# Reddit API Configuration
# Get these values from https://www.reddit.com/prefs/apps
# Your Reddit app's client ID (14-character string)
REDDIT_CLIENT_ID=
# Your Reddit app's client secret (longer string)
REDDIT_CLIENT_SECRET=
# User agent string for your application
# Format: AppName/Version (contact info)
REDDIT_USER_AGENT=
# Optional: Enable debug logging
MCP_DEBUG=1