Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mcp-server-kubernetes.dxt | 2025-07-04 | 24.1 MB | |
README.md | 2025-07-04 | 568 Bytes | |
Release v2.5.0 source code.tar.gz | 2025-07-04 | 119.4 kB | |
Release v2.5.0 source code.zip | 2025-07-04 | 164.7 kB | |
Totals: 4 Items | 24.4 MB | 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 adding ALLOWED_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
to execFileSync
. See [#174].
* Adding Citation.cff. Thanks @rr-paras-patel! See [#178].