Skip to content

Commit e4175e3

Browse files
committed
fix(docs): correct remaining MCP tool count in README (24/25 → 26/27)
The MCP server section still referenced the old 24/25 count. BASE_TOOLS has 26 tools; multi-repo adds list_repos for 27.
1 parent 6914736 commit e4175e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ Optional: `@huggingface/transformers` (semantic search), `@modelcontextprotocol/
490490

491491
### MCP Server
492492

493-
Codegraph includes a built-in [Model Context Protocol](https://modelcontextprotocol.io/) server with 24 tools (25 in multi-repo mode), so AI assistants can query your dependency graph directly:
493+
Codegraph includes a built-in [Model Context Protocol](https://modelcontextprotocol.io/) server with 26 tools (27 in multi-repo mode), so AI assistants can query your dependency graph directly:
494494

495495
```bash
496496
codegraph mcp # Single-repo mode (default) — only local project

0 commit comments

Comments
 (0)