Skip to content

Commit b2046a1

Browse files
Update AgentWithKnowledgeMcpExample.cs
1 parent d7cb981 commit b2046a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Examples/Examples/Mcp/AgentWithKnowledgeMcpExample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public async Task Start()
2222
Name = "ExaDeepSearch",
2323
Arguments = ["-y", "exa-mcp-server"],
2424
Command = "npx",
25-
EnvironmentVariables = {{"EXA_API_KEY","ef8d90d8-90c2-4985-a1e0-db28fa55feb5"}},
25+
EnvironmentVariables = {{"EXA_API_KEY","<raw_key>"}},
2626
Backend = BackendType.Gemini,
2727
Model = "gemini-2.0-flash"
2828
}, ["search", "browser", "web access", "research"])
@@ -72,4 +72,4 @@ public async Task Start()
7272
Console.WriteLine();
7373
}
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)