feat(packages): add jq for the MCP tool path (live image + jails)
The MCP tooling needs jq on PATH to parse colibri-mcp / external MCP JSON-RPC output. Add it to the live operator image (where the auto-spawned Pi and colibri-mcp run) and to the jail package union. The jail entry mirrors the matching addition in Colibri's agent-jail-bootstrap.sh (kept in sync per the list header). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
3078d50f05
commit
f251c05002
2 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ bash
|
||||||
git
|
git
|
||||||
rsync
|
rsync
|
||||||
curl
|
curl
|
||||||
|
# jq — JSON processor for the MCP tool path. Mirrors the entry in
|
||||||
|
# Colibri packaging/freebsd/agent-jail-bootstrap.sh.
|
||||||
|
jq
|
||||||
|
|
||||||
# agent-jail (Colibri agent-jail-bootstrap.sh baseline)
|
# agent-jail (Colibri agent-jail-bootstrap.sh baseline)
|
||||||
# python312 is our application Python. System deps (npm-node24 etc.) pull
|
# python312 is our application Python. System deps (npm-node24 etc.) pull
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,10 @@ bash
|
||||||
zsh
|
zsh
|
||||||
ohmyzsh
|
ohmyzsh
|
||||||
git
|
git
|
||||||
|
# jq — JSON processor on PATH for the MCP tool path (parsing colibri-mcp /
|
||||||
|
# external MCP JSON-RPC output). Keep in sync with pkg-list-jails.txt and
|
||||||
|
# Colibri packaging/freebsd/agent-jail-bootstrap.sh.
|
||||||
|
jq
|
||||||
# Live rebuild lane: lets the running USB rebuild and redeploy the agent stack
|
# Live rebuild lane: lets the running USB rebuild and redeploy the agent stack
|
||||||
# without a full ISO rebuild for every small service/runtime iteration.
|
# without a full ISO rebuild for every small service/runtime iteration.
|
||||||
# rust + pkgconf -> Colibri (Rust control plane)
|
# rust + pkgconf -> Colibri (Rust control plane)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue