# Medium API Configuration
# Obtain these credentials from the Medium Developer Portal (https://medium.com/creators/creator-tools)
# Medium OAuth2 Client Credentials
MEDIUM_CLIENT_ID=your_client_id_here
MEDIUM_CLIENT_SECRET=your_client_secret_here
# Callback URL for OAuth Flow (must match what's configured in Medium Developer Portal)
MEDIUM_CALLBACK_URL=http://localhost:3000/callback
# Optional: Logging and Debug Settings
# LOG_LEVEL=info
# DEBUG=medium-mcp-server:*