diff --git a/src/cli/doctor/checks/tools-mcp.ts b/src/cli/doctor/checks/tools-mcp.ts index cd3a1406c..4d9c41b41 100644 --- a/src/cli/doctor/checks/tools-mcp.ts +++ b/src/cli/doctor/checks/tools-mcp.ts @@ -5,7 +5,7 @@ import { join } from "node:path" import type { McpServerInfo } from "../types" import { parseJsonc } from "../../../shared" -const BUILTIN_MCP_SERVERS = ["context7", "grep_app"] +const BUILTIN_MCP_SERVERS = ["websearch", "context7", "grep_app", "lsp", "ast_grep"] interface McpConfigShape { mcpServers?: Record