Releases: Flux159/mcp-server-kubernetes
Release v2.0.0
Complete refactor to use kubectl for most commands. Huge thanks to @rr-paras-patel!
Release v1.6.2
Fixing jsonpath-plus cve in previous version of kubenetes/client-node. Thanks to @tx-chen
Release v1.6.1
Changing list_pods result to return "phase" instead of "status" as described by this: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase
Release v1.6.0
Adding config map get, update, delete support. Thanks to @rr-paras-patel!
Release v1.5.0
Adding describe service, update service, and delete service tools. Thanks to @barrycheng05!
Adding describe node tool. Thanks to @osw282!
Release v1.4.0
Adding create_service, update_deployment tools.
Adding context management tools: list_context, set_context, get_context.
Adding a ALLOW_ONLY_NON_DESTRUCTIVE_TOOLS
flag that allows users to disable delete tools for the MCP server.
Release v1.3.2
Update to docker image to support awscli
Release v1.3.1
Fixing properties in helm charts & namespace return result
Release v.1.3.0
Adding create configmap
Release v1.2.0
Added namespace and cronjob deletion.