curl -H "Authorization: Bearer gmcp_your_api_key" \ "https://yoursite.com/wp-json/getmcp/v1/settings"
{ "default_rate_limit": 60, "default_timeout": 30, "log_retention_days": 30, "analytics_retention_days": 90, "log_response_data": false, "enable_health_checks": true, "health_check_interval": 60, "notification_email": "admin@yoursite.com", "enable_email_alerts": false, "usage_alert_threshold": 1000, "keep_data_on_uninstall": false }
Retrieve the current plugin settings.