feat: add jq for the MCP path + jq-merge the mother registry entry #97

Merged
clawdie merged 1 commit from add-jq-for-mcp into main 2026-06-21 19:26:31 +02:00
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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)