10000 Tags · containers/kubernetes-mcp-server · GitHub
[go: up one dir, main page]

Skip to content

Tags: containers/kubernetes-mcp-server

Tags

v0.0.53

Toggle v0.0.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test(kubernetes): provider registry tests (#371)

Required tests prior to refactoring Provider and Manager

Signed-off-by: Marc Nuri <marc@marcnuri.com>

v0.0.52

Toggle v0.0.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(mcp): InputSchema schema with empty properties for no-arg tools (#…

…341)

Signed-off-by: Marc Nuri <marc@marcnuri.com>

v0.0.51

Toggle v0.0.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cmd): disable klog in STDIO mode (#331)

Prevents protocol issues with some clients.

Kubernetes tooling uses klog to log messages.
Some of these messages end up logged in the stderr or stdout which breaks some of the clients that expect jsonrpc messages.

Signed-off-by: Marc Nuri <marc@marcnuri.com>

v0.0.50

Toggle v0.0.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(kubernetes): add support for previousPod container logs (#256)

Add 'previous' parameter to pods_log tool to retrieve logs from terminated containers, equivalent to kubectl logs --previous functionality.
This enables debugging of containers that have restarted due to crashes or updates.

Signed-off-by: Samuel Masuy <samuel.masuy@goto.com>
Co-authored-by: opencode <noreply@opencode.ai>

v0.0.49

Toggle v0.0.49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(auth): token exchange auth workflow (#255)

Signed-off-by: Marc Nuri <marc@marcnuri.com>

v0.0.48

Toggle v0.0.48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(npm): child process exits gracefully on SIGxxx (#241)

Signed-off-by: Marc Nuri <marc@marcnuri.com>

v0.0.47

Toggle v0.0.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(mcp): log tool call (hide sensitive HTTP headers) (#225)

Signed-off-by: Marc Nuri <marc@marcnuri.com>

v0.0.46

Toggle v0.0.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(doc): update README.md Configuration options (#199)

Added missing entry for --port and removed deprecated options
(should not be documented on the README)

Signed-off-by: Marc Nuri <marc@marcnuri.com>

v0.0.45

Toggle v0.0.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(http): use constants for endpoints

Signed-off-by: Marc Nuri <marc@marcnuri.com>

v0.0.44

Toggle v0.0.44's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(kubernetes): wire static config to Derived object

0