From 05c09c1d3220de5ed340766c95193a909f11e819 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 18 May 2026 21:19:56 +0900 Subject: [PATCH] fix(doctor): list all built-in MCP servers Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/cli/doctor/checks/tools-mcp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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