Breaking change
mcp-kubernetes is now a local, stdio-only MCP server.
- SSE and streamable HTTP transports have been removed.
- Container images are no longer built, published, or supported.
- HTTP-specific authentication, token forwarding, and network configuration have been removed.
- Kubernetes/Helm deployment artifacts are no longer supported.
Migration
Install the released binary locally and configure your MCP client to launch it as a stdio subprocess. Remote deployments must not be upgraded in place; migrate client configuration to a local installation
instead.
What's Changed
- fix(security): skip value-taking global flag values in operation extraction by gossion in #154
- feat(server): validate Host and Origin headers on HTTP transports by gossion in #159
- Make the MCP server stdio-only by gossion in #162
- Remove remote deployment and container distribution support by gossion in #163
Full Changelog: v0.0.15...v0.0.16