# MCP Server Environment Variables
# Copy this file to .env and fill in the values
# Server configuration
PORT=3000
LOG_LEVEL=info
# API Authentication
BEARER_TOKEN_BEARERAUTH=your_bearer_token_here
BEARER_TOKEN_BEARER=your_bearer_token_here
# OAuth2 authentication (implicit flow)
OAUTH_TOKEN_AGENCY_ACCESS_ONLY=your_oauth_token_here
# OAuth2 authentication (implicit flow)
OAUTH_TOKEN_LOCATION_ACCESS=your_oauth_token_here
# OAuth2 authentication (implicit flow)
OAUTH_TOKEN_LOCATION_ACCESS_ONLY=your_oauth_token_here
# OAuth2 authentication (implicit flow)
OAUTH_TOKEN_AGENCY_ACCESS=your_oauth_token_here
# Add any other environment variables your API might need