feat: add jq for the MCP path + jq-merge the mother registry entry #97
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "add-jq-for-mcp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
jqand makes the MCP path actually use it.Packages —
jqadded topkg-list-live-operator.txt(live image where Pi + colibri-mcp run, inherited by deployed disk) andpkg-list-jails.txt(jailed agents; mirrors the companion colibri PR #139 toagent-jail-bootstrap.sh).Consumer —
clawdie-enable-mothernow jq-merges the mother entry intoexternal-mcp.json(preserving any existing servers) and writes atomically (mktemp + mv), instead of overwriting the whole file as the Track C (#96) version did. Fails loudly if jq is missing.Verified:
sh -nclean; jq-merge tested — preserves a pre-existing server and merges into the empty default, valid JSON matching theExternalMcpRegistryshape.🤖 Generated with Claude Code
feat(packages): add jq for the MCP tool path (live image + jails)to feat: add jq for the MCP path + jq-merge the mother registry entry