mcp_terminal_get_config
Generate a password-protected ZIP archive with Claude Terminal configuration keys for your tenant. Returns a base64-encoded ZIP and a one-time password to apply the configuration in Odoo.
Instructions
Generate a password-protected ZIP archive with the Claude Terminal configuration keys (MCP, Qdrant, Embeddings) for the requesting tenant. Anthropic API key is NOT included by default (set include_anthropic=true to embed it). Returns base64-encoded ZIP + a temporary password (shown ONCE — copy it now). Use the password in the Odoo Setup Wizard (Settings → Technical → Настройка с ZIP конфигурация) to apply the config across res.company + res.users records in 5 guided steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| tenant_code | No | Override tenant slug. Defaults to caller's db/alias. | |
| include_anthropic | No | Whether to embed the Anthropic API key in the bundle. |