feat: add jq for the MCP path + jq-merge the mother registry entry #97
2 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ bash
|
|||
git
|
||||
rsync
|
||||
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)
|
||||
# python312 is our application Python. System deps (npm-node24 etc.) pull
|
||||
|
|
|
|||
|
|
@ -21,6 +21,10 @@ bash
|
|||
zsh
|
||||
ohmyzsh
|
||||
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
|
||||
# without a full ISO rebuild for every small service/runtime iteration.
|
||||
# rust + pkgconf -> Colibri (Rust control plane)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue