# Netlify Environment Variables for MCP Server Airflow
# Copy these to your Netlify site's environment variables in the dashboard
# Airflow Configuration
AIRFLOW_BASE_URL=https://your-airflow-instance.com
# Authentication - Use either token OR username/password
AIRFLOW_TOKEN=your_airflow_api_token_here
# OR use basic auth
# AIRFLOW_USERNAME=your_username
# AIRFLOW_PASSWORD=your_password
# Optional: Node.js configuration
NODE_VERSION=20