From 394987f8b336f89beaeeae0b66d014bc7b9e9bb8 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 10 Jun 2026 23:29:18 -0400 Subject: [PATCH] docs(beads): fix dispatch line ref (1474-1494 -> 1453-1473; add tool-schema block 2224-2268) --- docs/guide_beads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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