docs(beads): fix dispatch line ref (1474-1494 -> 1453-1473; add tool-schema block 2224-2268)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user