feat(mcp): add websearch_exa as built-in MCP
- Add src/mcp/ directory with websearch_exa configuration - Configure Exa AI remote MCP (https://mcp.exa.ai/mcp) - Export builtinMcps from plugin config - Update documentation (EN/KO) with Built-in MCPs section
This commit is contained in:
5
src/mcp/index.ts
Normal file
5
src/mcp/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { websearch_exa } from "./websearch-exa"
|
||||
|
||||
export const builtinMcps = {
|
||||
websearch_exa,
|
||||
}
|
||||
Reference in New Issue
Block a user