From a769015d3a4559dff63e365d4829eb485c77ef4b Mon Sep 17 00:00:00 2001 From: Anish Raj Date: Sun, 31 May 2026 02:19:04 +0530 Subject: [PATCH] fix(mcp): steer codegraph_context task param toward keywords (#571) --- src/mcp/tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp/tools.ts b/src/mcp/tools.ts index 2e9c6f81..53d21828 100644 --- a/src/mcp/tools.ts +++ b/src/mcp/tools.ts @@ -441,7 +441,7 @@ export const tools: ToolDefinition[] = [ properties: { task: { type: 'string', - description: 'Description of the task, bug, or feature to build context for', + description: 'Short keywords or symbol names to build context for (e.g., "auth signIn UserService"). Keyword-based search, so prefer terse queries over full sentences.', }, maxNodes: { type: 'number',