added exa mcp
This commit is contained in:
parent
491012fa87
commit
c02d8200ac
@ -8,6 +8,12 @@ pub const MCP_BACKOFF_MULTIPLIER: f64 = 2.0; // Double the delay each time
|
|||||||
|
|
||||||
pub const DEFAULT_MCP_CONFIG: &str = r#"{
|
pub const DEFAULT_MCP_CONFIG: &str = r#"{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
|
"exa": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": ["-y", "exa-mcp-server"],
|
||||||
|
"env": { "EXA_API_KEY": "YOUR_EXA_API_KEY_HERE" },
|
||||||
|
"active": false
|
||||||
|
},
|
||||||
"browsermcp": {
|
"browsermcp": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["@browsermcp/mcp"],
|
"args": ["@browsermcp/mcp"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user