# Ghost MCP Server Configuration # Ghost instance configuration GHOST_URL=http://localhost:2368 GHOST_CONTENT_API_KEY=your_content_api_key_here GHOST_ADMIN_API_KEY=your_admin_api_key_here GHOST_VERSION=v5.0 GHOST_MODE=auto GHOST_TIMEOUT=30 GHOST_MAX_RETRIES=3 GHOST_RETRY_BACKOFF_FACTOR=2.0 # Logging configuration LOG_LEVEL=info LOG_STRUCTURED=true LOG_REQUEST_ID=true