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.
1 parent cd670cb commit f343bf8Copy full SHA for f343bf8
agents_mcp_usage/multi_mcp/multi_mcp_use/adk_mcp.py
@@ -19,7 +19,7 @@
19
os.environ["GOOGLE_API_KEY"] = os.getenv("GEMINI_API_KEY", "")
20
21
# Configure logging if LOGFIRE_TOKEN is set
22
-logfire.configure(send_to_logfire="if-token-present", service_name="adk-basic-mcp")
+logfire.configure(send_to_logfire="if-token-present", service_name="adk-multi-mcp")
23
logfire.instrument_mcp()
24
25
0 commit comments