# Kubernetes MCP Configuration
# Config source: 'local' (default) or 'custom'
KUBEMCP_CONFIG_SOURCE=local
# Custom kubeconfig path (required if CONFIG_SOURCE=custom)
# KUBEMCP_KUBECONFIG_PATH=/path/to/kubeconfig
# Default namespace for operations
KUBEMCP_DEFAULT_NAMESPACE=default
# Response format: 'json', 'toon', or 'auto'
KUBEMCP_RESPONSE_FORMAT=auto
# Log level: 'error', 'warn', 'info', 'debug'
KUBEMCP_LOG_LEVEL=info
# Log processing limits
KUBEMCP_LOG_MAX_LINES=100
KUBEMCP_LOG_MAX_BYTES=102400
# Default log severity filter (optional)
# KUBEMCP_LOG_DEFAULT_SEVERITY=INFO