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 d016923 commit 7ab3313Copy full SHA for 7ab3313
agents_mcp_usage/basic_mcp/basic_mcp_use/adk_mcp.py
@@ -12,7 +12,7 @@
12
load_dotenv()
13
14
# Set API key for Google AI API from environment variable
15
-os.environ["GOOGLE_API_KEY"] = os.getenv("GEMINI_API_KEY")
+os.environ["GOOGLE_API_KEY"] = os.getenv("GEMINI_API_KEY", "")
16
17
# Configure logging if LOGFIRE_TOKEN is set
18
logfire.configure(send_to_logfire="if-token-present", service_name="adk-basic-mcp")
0 commit comments