mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
27 lines
545 B
JSON
27 lines
545 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["opencode-openai-codex-auth"],
|
|
// "enterprise": {
|
|
// "url": "https://enterprise.dev.opencode.ai",
|
|
// },
|
|
"instructions": ["STYLE_GUIDE.md"],
|
|
"provider": {
|
|
"opencode": {
|
|
"options": {},
|
|
},
|
|
},
|
|
"mcp": {
|
|
"exa": {
|
|
"type": "remote",
|
|
"url": "https://mcp.exa.ai/mcp",
|
|
},
|
|
"morph": {
|
|
"type": "local",
|
|
"command": ["bunx", "@morphllm/morphmcp"],
|
|
"environment": {
|
|
"ENABLED_TOOLS": "warp_grep",
|
|
},
|
|
},
|
|
},
|
|
}
|