2025-11-17 23:57:18 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://opencode.ai/config.json",
|
2025-12-02 20:51:37 +08:00
|
|
|
"plugin": ["opencode-openai-codex-auth"],
|
2025-12-02 20:50:16 +08:00
|
|
|
// "enterprise": {
|
|
|
|
|
// "url": "https://enterprise.dev.opencode.ai",
|
|
|
|
|
// },
|
2025-12-04 00:46:48 +08:00
|
|
|
"instructions": ["STYLE_GUIDE.md"],
|
2025-11-17 23:57:18 +08:00
|
|
|
"provider": {
|
|
|
|
|
"opencode": {
|
|
|
|
|
"options": {
|
2025-11-18 00:32:07 +08:00
|
|
|
// "baseURL": "http://localhost:8080",
|
2025-11-17 23:57:18 +08:00
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
2025-11-27 09:11:39 +08:00
|
|
|
"mcp": {
|
|
|
|
|
"exa": {
|
|
|
|
|
"type": "remote",
|
|
|
|
|
"url": "https://mcp.exa.ai/mcp",
|
|
|
|
|
},
|
2025-11-29 10:13:07 +08:00
|
|
|
"morph": {
|
|
|
|
|
"type": "local",
|
2025-12-02 20:51:37 +08:00
|
|
|
"command": ["bunx", "@morphllm/morphmcp"],
|
2025-11-29 10:13:07 +08:00
|
|
|
"environment": {
|
|
|
|
|
"ENABLED_TOOLS": "warp_grep",
|
|
|
|
|
},
|
|
|
|
|
},
|
2025-11-27 09:11:39 +08:00
|
|
|
},
|
2025-11-17 23:57:18 +08:00
|
|
|
}
|