From f366222dbd6b7e43047072a9417289b1b02ae457 Mon Sep 17 00:00:00 2001 From: Aimore Date: Fri, 22 May 2026 21:23:24 +0100 Subject: [PATCH] docs(readme): add codegraph_explore to the MCP Tools table (#226) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the missing `codegraph_explore` row to the 'MCP server exposes these tools' table — tools.ts exports 9 tools but the table listed 8. (The PR's Node-badge bump was dropped: that badge was replaced by 'Node.js bundled · none required' when the runtime became self-contained.) Co-authored-by: Claude Opus 4.7 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 467fdd1..faf357b 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ When running as an MCP server, CodeGraph exposes these tools to Claude Code: | `codegraph_callees` | Find what a function calls | | `codegraph_impact` | Analyze what code is affected by changing a symbol | | `codegraph_node` | Get details about a specific symbol (optionally with source code) | +| `codegraph_explore` | Return source for several related symbols grouped by file, plus a relationship map, in one call | | `codegraph_files` | Get indexed file structure (faster than filesystem scanning) | | `codegraph_status` | Check index health and statistics |