mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
fix(opencode): move MCP config from global to project config
opencode rejects the mcpServers key in ~/.config/opencode/opencode.jsonc. Remove it from global config and add consensus as a remote MCP server in the project-level opencode.json under the correct mcp key.
This commit is contained in:
parent
b038778361
commit
9fab42d31f
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@
|
|||
"5-Applications/tools-scripts/mcp/token_saver_mcp.py"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
"consensus": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.consensus.app/mcp",
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"$schema": "https://opencode.ai/config.json"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue