23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"theme": "opencode",
|
|
"autoupdate": false,
|
|
"plugin": [],
|
|
"mcp": {
|
|
"sequential-thinking": {
|
|
"type": "local",
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
],
|
|
"enabled": true
|
|
},
|
|
"lovdata": {
|
|
"type": "http",
|
|
"url": "${MCP_SERVER}",
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|