hotfix: use McpName from config schema instead of duplicate type definition
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
|
import type { McpName } from "../config"
|
||||||
import { websearch_exa } from "./websearch-exa"
|
import { websearch_exa } from "./websearch-exa"
|
||||||
import { context7 } from "./context7"
|
import { context7 } from "./context7"
|
||||||
|
|
||||||
export type McpName = "websearch_exa" | "context7"
|
export type { McpName }
|
||||||
|
|
||||||
const allBuiltinMcps: Record<McpName, { type: "remote"; url: string; enabled: boolean }> = {
|
const allBuiltinMcps: Record<McpName, { type: "remote"; url: string; enabled: boolean }> = {
|
||||||
websearch_exa,
|
websearch_exa,
|
||||||
|
|||||||
Reference in New Issue
Block a user