From c7d29fea480a5d66c33dbfcd7f217f76bbfafe79 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 8 Dec 2025 19:05:46 +0900 Subject: [PATCH] refactor(mcp): remove unused builtinMcps export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode) --- src/mcp/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mcp/index.ts b/src/mcp/index.ts index 18c20ae..02f5004 100644 --- a/src/mcp/index.ts +++ b/src/mcp/index.ts @@ -20,5 +20,3 @@ export function createBuiltinMcps(disabledMcps: McpName[] = []) { return mcps } - -export const builtinMcps = allBuiltinMcps