diff --git a/apps/x/packages/core/src/mcp/repo.ts b/apps/x/packages/core/src/mcp/repo.ts index 66162895..59bc975b 100644 --- a/apps/x/packages/core/src/mcp/repo.ts +++ b/apps/x/packages/core/src/mcp/repo.ts @@ -5,10 +5,6 @@ import path from "path"; import z from "zod"; const DEFAULT_MCP_SERVERS = { - exa: { - type: "http" as const, - url: "https://mcp.exa.ai/mcp", - }, }; export interface IMcpConfigRepo {