# Changerawr MCP Server Configuration
# Required: Your Changerawr API key (generate in admin panel)
CHANGERAWR_API_KEY=chr_your_api_key_here
# Required: Base URL of your Changerawr instance
CHANGERAWR_BASE_URL=https://your-changerawr.com
# Optional: Request timeout in milliseconds (default: 30000)
CHANGERAWR_TIMEOUT=30000
# Optional: Enable debug logging
DEBUG=false