Minor fixes and improvements.
Full changelog
What's Changed
Bug Fix
-
Fixed:
reload_security_config()now correctly re-readsK8S_MCP_SECURITY_MODEfrom environment variablesRoot cause:
SECURITY_MODEwas imported as a string value at module load time. Callingreload_security_config()updatedSECURITY_CONFIGbut notSECURITY_MODE, so switching to permissive mode at runtime had no effect — commands were still blocked by strict-mode validation.Impact: Runtime security mode switching (e.g., via env var +
reload_security_config()) now works correctly.
Full Changelog: https://github.com/alexei-led/k8s-mcp-server/compare/v1.4.1...v1.4.2