clawdie-iso/live/operator-session/mcp-examples/mcp-trusted-write.json
Sam & Claude 72cfcec91a Add Colibri MCP client examples to live image (Sam & Codex)
Installs read-only and trusted-write MCP client config examples under /usr/local/share/clawdie-iso/mcp-examples and links them from the bootstrap page.\n\nChecks: ./scripts/check-format.sh; sh -n build.sh scripts/stage-colibri-iso.sh; python3 -m json.tool MCP examples; git diff --check
2026-06-13 19:36:03 +02:00

11 lines
176 B
JSON

{
"mcpServers": {
"colibri-write": {
"command": "/usr/local/bin/colibri-mcp",
"args": [],
"env": {
"COLIBRI_MCP_WRITE": "1"
}
}
}
}