mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-18 13:00:34 +00:00
fix(infra): add headroom MCP to minimal config
Headroom handles token/context compression, so keep it in the reduced MCP server list.
This commit is contained in:
parent
5bc4865424
commit
0b43e3b9e6
1 changed files with 6 additions and 0 deletions
|
|
@ -90,6 +90,12 @@
|
||||||
"headers": {
|
"headers": {
|
||||||
"Authorization": "Bearer ${GITHUB_PERSONAL_ACCESS_TOKEN}"
|
"Authorization": "Bearer ${GITHUB_PERSONAL_ACCESS_TOKEN}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"headroom": {
|
||||||
|
"_comment": "Headroom token compression / context compression proxy.",
|
||||||
|
"command": "/home/allaun/.local/share/pipx/venvs/headroom-ai/bin/python",
|
||||||
|
"args": ["-E", "/home/allaun/.local/bin/headroom", "mcp", "serve"],
|
||||||
|
"env": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue