Private
Public Access
0
0

docs(beads): fix dispatch line ref (1474-1494 -> 1453-1473; add tool-schema block 2224-2268)

This commit is contained in:
2026-06-10 23:29:18 -04:00
parent 57143b7ab2
commit 394987f8b3
+1 -1
View File
@@ -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