feat(opencode): enable local headroom MCP server

This commit is contained in:
allaun 2026-06-22 03:23:33 -05:00
parent 1a44f890c8
commit 32d1962412

View file

@ -66,6 +66,11 @@
"type": "remote",
"url": "https://mcp.consensus.app/mcp",
"enabled": true
},
"headroom": {
"type": "local",
"command": ["headroom", "mcp", "serve"],
"enabled": true
}
},
"$schema": "https://opencode.ai/config.json"