# MCP Personal Assistant Agent - Environment Configuration
# Server Settings
PORT=3000
HOST=localhost
LOG_LEVEL=info
# Google API Credentials
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
GOOGLE_REDIRECT_URI=http://localhost:8080/oauth2callback
GOOGLE_REFRESH_TOKEN=your-google-refresh-token
GOOGLE_ACCESS_TOKEN=your-google-access-token
# Gmail API Credentials
GMAIL_USER=your-gmail-address
# Storage Settings
# Uncomment to use Redis instead of file storage
#REDIS_HOST=localhost
#REDIS_PORT=6379
#REDIS_PASSWORD=
# Smart Home Settings
# Uncomment and fill in if using Home Assistant
#HOME_ASSISTANT_URL=http://your-home-assistant-url:8123
#HOME_ASSISTANT_TOKEN=your-home-assistant-long-lived-access-token
# Uncomment and fill in if using SmartThings
#SMART_THINGS_API_KEY=your-smartthings-api-key
#SMART_THINGS_LOCATION_ID=your-smartthings-location-id
# Web Search Settings
# DuckDuckGo for web search
#DUCKDUCKGO_API_KEY=your-duckduckgo-api-key
# Weather API for weather information
#WEATHER_API_KEY=your-weather-api-key
# News API for news retrieval
#NEWS_API_KEY=your-news-api-key