We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 491012f + c02d820 commit 6dde7e0Copy full SHA for 6dde7e0
src-tauri/src/core/mcp/constants.rs
@@ -8,6 +8,12 @@ pub const MCP_BACKOFF_MULTIPLIER: f64 = 2.0; // Double the delay each time
8
9
pub const DEFAULT_MCP_CONFIG: &str = r#"{
10
"mcpServers": {
11
+ "exa": {
12
+ "command": "npx",
13
+ "args": ["-y", "exa-mcp-server"],
14
+ "env": { "EXA_API_KEY": "YOUR_EXA_API_KEY_HERE" },
15
+ "active": false
16
+ },
17
"browsermcp": {
18
"command": "npx",
19
"args": ["@browsermcp/mcp"],
0 commit comments