Skip to main content

Module read_cli

Module read_cli 

Source
Expand description

The bamboo skills list / mcp list read CLI: inspect the configured skill and MCP surfaces offline (straight from <data_dir>), no running server. The bamboo skills list / bamboo mcp list read CLI.

These inspect the configured skill and MCP surfaces the way the running server does, but OFFLINE — straight from <data_dir> — so a headless / CI / server-less user can see what the agent would load without first booting bamboo serve and hitting GET /api/v1/skills or /api/v1/mcp/servers (both of which sit behind the access-password middleware). The config / skills store are the single source of truth; this module only resolves the data dir and pretty-prints.

Functions§

mcp_list
bamboo mcp list — the MCP servers configured in <data_dir>/config.json, read directly (no server). Live connection status / tool counts require a running server (GET /api/v1/mcp/servers); this is the static config view.
skills_list
bamboo skills list — the skills the agent would discover under <data_dir>/skills, read directly from disk (no server).