2025-11-17 15:57:18 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://opencode.ai/config.json",
|
2025-11-24 21:17:40 +00:00
|
|
|
"plugin": ["opencode-openai-codex-auth"],
|
2025-12-01 21:46:57 +00:00
|
|
|
"enterprise": {
|
|
|
|
|
"url": "https://enterprise.dev.opencode.ai",
|
|
|
|
|
},
|
2025-11-17 15:57:18 +00:00
|
|
|
"provider": {
|
|
|
|
|
"opencode": {
|
|
|
|
|
"options": {
|
2025-11-17 16:32:07 +00:00
|
|
|
// "baseURL": "http://localhost:8080",
|
2025-11-17 15:57:18 +00:00
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
2025-12-01 23:57:07 +00:00
|
|
|
"disabled_providers": [
|
|
|
|
|
"openai",
|
|
|
|
|
"google",
|
|
|
|
|
"perplexity",
|
|
|
|
|
"openrouter",
|
|
|
|
|
"opencode",
|
|
|
|
|
// "anthropic",
|
|
|
|
|
"azure",
|
|
|
|
|
"github-copilot",
|
|
|
|
|
],
|
2025-11-27 01:11:39 +00:00
|
|
|
"mcp": {
|
|
|
|
|
"exa": {
|
|
|
|
|
"type": "remote",
|
|
|
|
|
"url": "https://mcp.exa.ai/mcp",
|
|
|
|
|
},
|
2025-11-29 02:13:07 +00:00
|
|
|
"morph": {
|
|
|
|
|
"type": "local",
|
|
|
|
|
"command": ["bunx", "@morphllm/morphmcp"],
|
|
|
|
|
"environment": {
|
|
|
|
|
"ENABLED_TOOLS": "warp_grep",
|
|
|
|
|
},
|
|
|
|
|
},
|
2025-11-27 01:11:39 +00:00
|
|
|
},
|
2025-11-17 15:57:18 +00:00
|
|
|
}
|