mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
remove default exa server
This commit is contained in:
parent
758a2779f4
commit
63a1d4952b
1 changed files with 0 additions and 4 deletions
|
|
@ -5,10 +5,6 @@ import path from "path";
|
||||||
import z from "zod";
|
import z from "zod";
|
||||||
|
|
||||||
const DEFAULT_MCP_SERVERS = {
|
const DEFAULT_MCP_SERVERS = {
|
||||||
exa: {
|
|
||||||
type: "http" as const,
|
|
||||||
url: "https://mcp.exa.ai/mcp",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface IMcpConfigRepo {
|
export interface IMcpConfigRepo {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue