The Solution sf-schema-intelligence exports your org's real schema to a local cache and exposes it to any LLM via the Model Context Protocol (MCP). The LLM calls your schema tools before answering — ...
dbx-multi-lang/ ├── locales/ │ ├── en/ # English translations │ ├── vi/ # Vietnamese translations │ └── metadata.yaml # Language metadata ├── scripts/ │ └── build-locales.cjs # Merge YAML to JSON ├── ...