38 lines
718 B
Plaintext
38 lines
718 B
Plaintext
{
|
|
"$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",
|
|
},
|
|
},
|
|
},
|
|
"disabled_providers": [
|
|
"openai",
|
|
"google",
|
|
"perplexity",
|
|
"openrouter",
|
|
"opencode",
|
|
// "anthropic",
|
|
"azure",
|
|
"github-copilot",
|
|
],
|
|
"mcp": {
|
|
"exa": {
|
|
"type": "remote",
|
|
"url": "https://mcp.exa.ai/mcp",
|
|
},
|
|
"morph": {
|
|
"type": "local",
|
|
"command": ["bunx", "@morphllm/morphmcp"],
|
|
"environment": {
|
|
"ENABLED_TOOLS": "warp_grep",
|
|
},
|
|
},
|
|
},
|
|
}
|