| 1234567891011121314151617181920 |
- {
- "$schema": "https://opencode.ai/config.json",
- "plugin": ["opencode-openai-codex-auth"],
- // "enterprise": {
- // "url": "https://enterprise.dev.opencode.ai",
- // },
- "provider": {
- "opencode": {
- "options": {
- // "baseURL": "http://localhost:8080",
- },
- },
- },
- "mcp": {
- "exa": {
- "type": "remote",
- "url": "https://mcp.exa.ai/mcp",
- },
- },
- }
|