{ "$schema": "https://opencode.ai/config.json", "disabled_providers": ["opencode", "anthropic", "openrouter", "openai", "google"], "provider": { "gateway": { "npm": "@ai-sdk/openai-compatible", "name": "FabriX", "options": { "baseURL": "http://127.0.0.1:${BACKEND_PORT}/api/ito", "apiKey": "${AAF_GATEWAY_KEY}" }, "models": ${AAF_FABRIX_MODELS_JSON} } }, "model": "gateway/${AAF_FABRIX_DEFAULT_MODEL}", "tools": { "question": false }, "mcp": { "sap-icf": { "type": "remote", "url": "{env:SAP_MCP_URL}", "headers": { "Authorization": "Bearer {env:SAP_MCP_KEY}" }, "enabled": false } } }