Releases: Flux159/mcp-server-kubernetes
Releases · Flux159/mcp-server-kubernetes
Release v2.5.0
New Features:
- Adding
SPAWN_MAX_BUFFER
env var for buffers larger than 1MB (see #172). - Adding
ALLOW_ONLY_READONLY_TOOLS
env var which is a more restrictive subset of tools than non-destructive. Also addingALLOWED_TOOLS
for users to customize an include list for tools (only allowing those tools in the include list). See #173.
Bug fixes:
- Removing optional keyword from exec_in_pod schema. See #177. Thanks @anthonysr!
Misc:
- Changing all
execSync
toexecFileSync
. See #174. - Adding Citation.cff. Thanks @rr-paras-patel! See #178.
Release v2.4.9
DXT manifest.json updates for sane defaults.
Release v2.4.8
Fixing up user config so that dxt extension doesn't fail without user argument.
Release v2.4.7
Removing minikube binary from dxt package.
Release v2.4.6
Creating new dxt with long_description from #166
Release v2.4.5
Fixing up dxt release issue.
Release v2.4.4
Adding dxt generation to cd.yml
Release v2.4.3
What's Changed
- Add exec_in_pod tool for command execution in Kubernetes pods by @rr-paras-patel in #128
- Feature/ping-support by @rr-paras-patel in #160
- Remove Kubectl_list Tool
Full Changelog: 2.4.2...v2.4.3
Release v2.4.2
Add MCP Troubleshoot/Diagnose Prompt Support
Release v2.4.1
Adding support for HOST variable when starting SSE transport.