Commit 9b0fa42
feat(mcp): drop GraphRAG ask from the registered MCP tool surface
Benchmarking showed the MCP ask tool failing on every call (the spawned server
env carries only FalkorDB coordinates, no LLM key) and, when keyed, returning
File-level fuzzy matches rather than the structural answers the nav workflow
needs — an LLM round-trip per call for no signal. Expose only the deterministic
structural tools; GraphRAG ask stays on the HTTP /api/chat path. #681's ask
implementation is left intact (re-enable by re-adding the import).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2611c43 commit 9b0fa42
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
0 commit comments