# REE MCP Server Environment Variables
# Copy this file to .env and replace with your actual values
# REE API Token (Required)
# Get your token from REE: consultasios@ree.es
# A demo token is available in the original .env file if you have access to it
REE_API_TOKEN=YOUR_REE_API_TOKEN_HERE
# REE API Configuration (Optional)
# REE_API_BASE_URL=https://api.esios.ree.es
# REQUEST_TIMEOUT=30
# MAX_RETRIES=3
# RETRY_BACKOFF_FACTOR=0.5