# Emlog MCP Server Configuration
# Emlog API Base URL (without trailing slash)
# Example: https://your-blog.com or http://localhost/emlog
EMLOG_API_URL=https://your-emlog-site.com
# Emlog API Key
# Get this from your Emlog admin panel -> Settings -> API
EMLOG_API_KEY=your_api_key_here
# Optional: API Request Timeout (in milliseconds)
# Default: 10000 (10 seconds)
# API_TIMEOUT=10000
# Optional: Enable Debug Logging
# DEBUG=true