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:
allaun 2026-06-20 16:21:53 -05:00
parent b038778361
commit 9fab42d31f

View file

@ -61,6 +61,11 @@
"5-Applications/tools-scripts/mcp/token_saver_mcp.py" "5-Applications/tools-scripts/mcp/token_saver_mcp.py"
], ],
"enabled": true "enabled": true
},
"consensus": {
"type": "remote",
"url": "https://mcp.consensus.app/mcp",
"enabled": true
} }
}, },
"$schema": "https://opencode.ai/config.json" "$schema": "https://opencode.ai/config.json"