hotfix: move McpNameSchema to src/mcp/types.ts for proper module organization
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
import type { McpName } from "../config"
|
||||
import { websearch_exa } from "./websearch-exa"
|
||||
import { context7 } from "./context7"
|
||||
import type { McpName } from "./types"
|
||||
|
||||
export type { McpName }
|
||||
export { McpNameSchema, type McpName } from "./types"
|
||||
|
||||
const allBuiltinMcps: Record<McpName, { type: "remote"; url: string; enabled: boolean }> = {
|
||||
websearch_exa,
|
||||
|
||||
Reference in New Issue
Block a user