diff --git a/src/mcp/index.ts b/src/mcp/index.ts index 951e6b9..49be11b 100644 --- a/src/mcp/index.ts +++ b/src/mcp/index.ts @@ -1,7 +1,8 @@ +import type { McpName } from "../config" import { websearch_exa } from "./websearch-exa" import { context7 } from "./context7" -export type McpName = "websearch_exa" | "context7" +export type { McpName } const allBuiltinMcps: Record = { websearch_exa,