We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a2d2f commit 0a82787Copy full SHA for 0a82787
src/mcp/index.ts
@@ -1,7 +1,8 @@
1
+import type { McpName } from "../config"
2
import { websearch_exa } from "./websearch-exa"
3
import { context7 } from "./context7"
4
-export type McpName = "websearch_exa" | "context7"
5
+export type { McpName }
6
7
const allBuiltinMcps: Record<McpName, { type: "remote"; url: string; enabled: boolean }> = {
8
websearch_exa,
0 commit comments