.env.example•644 B
# Elrond MCP - Environment Configuration
# Copy this file to .env and fill in your actual values
# Google AI API Key (Required)
# Get your API key from: https://aistudio.google.com/
# This is required for the thinking augmentation system to work
GEMINI_API_KEY=your_gemini_api_key_here
# Logging Level (Optional)
# Options: DEBUG, INFO, WARNING, ERROR, CRITICAL
# Default: INFO
LOG_LEVEL=INFO
# Example of how to set this up:
# 1. Go to https://aistudio.google.com/
# 2. Sign in with your Google account
# 3. Create a new API key
# 4. Copy the key and replace "your_gemini_api_key_here" above
# 5. Rename this file from .env.example to .env