Skip to content

Releases: Flux159/mcp-server-kubernetes

Release v2.7.0

02 Aug 00:59
a7cc9a6
Compare
Choose a tag to compare

Adding Streamable HTTP transport.

Release v2.6.0

29 Jul 21:44
14b04c6
Compare
Choose a tag to compare

Secrets masking is enabled by default for kubectl get secrets commands. Thanks to @cybercuisine!

For more information, read the ADVANCED_README. To disable use env var MASK_SECRETS=false.

Release v2.5.1

14 Jul 23:12
a5efde6
Compare
Choose a tag to compare

Updating manifest.json for dxt format. Thanks @felixrieseberg!

Release v2.5.0

04 Jul 04:40
8a2ef4e
Compare
Choose a tag to compare

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:

Release v2.4.9

01 Jul 04:21
e4a6862
Compare
Choose a tag to compare

DXT manifest.json updates for sane defaults.

Release v2.4.8

01 Jul 04:15
46b946f
Compare
Choose a tag to compare

Fixing up user config so that dxt extension doesn't fail without user argument.

Release v2.4.7

29 Jun 01:48
87b7e76
Compare
Choose a tag to compare

Removing minikube binary from dxt package.

Release v2.4.6

28 Jun 17:56
cdf896d
Compare
Choose a tag to compare

Creating new dxt with long_description from #166

Release v2.4.5

26 Jun 20:22
0598b4a
Compare
Choose a tag to compare

Fixing up dxt release issue.

Release v2.4.4

26 Jun 20:12
477bee9
Compare
Choose a tag to compare

Adding dxt generation to cd.yml