# Google Calendar API Credentials
# Get these from the Google Cloud Console
GOOGLE_CLIENT_ID=your_client_id_here
GOOGLE_CLIENT_SECRET=your_client_secret_here
GOOGLE_REDIRECT_URI=http://localhost:3000/oauth2callback
# MCP Server Configuration
MCP_SERVER_NAME=google-calendar
MCP_SERVER_VERSION=1.0.0
# Optional: Custom Calendar ID (defaults to 'primary')
# CALENDAR_ID=your_custom_calendar_id_here