6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
|
|
export const websearch_exa = {
|
||
|
|
type: "remote" as const,
|
||
|
|
url: "https://mcp.exa.ai/mcp?tools=web_search_exa",
|
||
|
|
enabled: true,
|
||
|
|
}
|