remove default exa server

This commit is contained in:
Ramnique Singh 2026-03-19 18:46:08 +05:30
parent 758a2779f4
commit 63a1d4952b

View file

@ -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 {