# Google Sheets MCP Server Environment Variables
# Service Account Authentication
# Path to your service account JSON file
GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/service-account.json
# Service account email address
SERVICE_ACCOUNT_EMAIL=your-service-account@your-project-id.iam.gserviceaccount.com
# Optional: Google Drive folder ID to list spreadsheets from
DRIVE_FOLDER_ID=your-folder-id-here
# OAuth 2.0 Authentication (alternative to service account)
# If using OAuth, the token will be stored at ~/.google_sheets_token.json
# You'll need to set up OAuth credentials in Google Cloud Console
# Optional: Logging level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO