mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
feat(opencode): enable local headroom MCP server
This commit is contained in:
parent
1a44f890c8
commit
32d1962412
1 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,11 @@
|
||||||
"type": "remote",
|
"type": "remote",
|
||||||
"url": "https://mcp.consensus.app/mcp",
|
"url": "https://mcp.consensus.app/mcp",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
},
|
||||||
|
"headroom": {
|
||||||
|
"type": "local",
|
||||||
|
"command": ["headroom", "mcp", "serve"],
|
||||||
|
"enabled": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"$schema": "https://opencode.ai/config.json"
|
"$schema": "https://opencode.ai/config.json"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue