Merge pull request 'feat(packages): add jq for the MCP tool path (live image + jails)' (#97) from add-jq-for-mcp into main

This commit is contained in:
clawdie 2026-06-21 19:26:28 +02:00
commit f0c1b5ea37
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)