diff --git a/docs/guide_beads.md b/docs/guide_beads.md index 310d7e7a..9292fceb 100644 --- a/docs/guide_beads.md +++ b/docs/guide_beads.md @@ -146,7 +146,7 @@ The Python `BeadsClient` is intended to be a programmatic equivalent of the `bd` ## MCP Tool Integration -The four Beads operations are exposed as MCP tools in `src/mcp_client.py:1474-1494`. The dispatch checks `tool_name.startswith("bd_")` and routes to `BeadsClient` methods. +The four Beads operations are exposed as MCP tools in `src/mcp_client.py:1453-1473` (the `if tool_name.startswith("bd_"):` dispatch block). The tool schemas are registered in `src/mcp_client.py:2224-2268`. ### Tool Inventory