Files
lovdata-chat/config_opencode/opencode.jsonc
2026-02-03 00:36:22 +01:00

23 lines
462 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"theme": "opencode",
"autoupdate": false,
"model": "opencode/kimi-k2.5-free",
"plugin": [],
"mcp": {
"sequential-thinking": {
"type": "local",
"command": [
"npx",
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"enabled": true
},
"lovdata": {
"type": "remote",
"url": "${MCP_SERVER}",
"enabled": true
}
}
}