-
Notifications
You must be signed in to change notification settings - Fork 540
Open
Description
Request
Please delete version 1.0.0 of io.github.containers/kubernetes-mcp-server from the registry.
Reason
This version was accidentally published during initial experimentation with the registry and should never have been released:
- Version 1.0.0 doesn't exist - There is no actual 1.0.0 release of this project. The current releases follow the 0.0.x scheme.
- Placeholder description:
"An MCP server that provides [describe what your server does]"(template text that wasn't filled in) - Takes precedence: Due to semver ordering, this invalid version is marked as
isLatest: trueand takes precedence over valid versions like 0.0.50 and 0.0.51
Related Issues
- Allow a reverse-publication flow #104 - Original report of this accidental publish, which led to the discussion about implementing deletion functionality
- [RELEASE] Publish MCP server to the official Model Context Protocol registry containers/kubernetes-mcp-server#555 - Issue tracking proper publishing to the MCP registry
Impact
Since version 1.0.0 is marked as isLatest, users searching for this server see the placeholder description instead of the actual description: "A Model Context Protocol (MCP) server for Kubernetes and OpenShift"
Registry API Response
{
"server": {
"name": "io.github.containers/kubernetes-mcp-server",
"description": "An MCP server that provides [describe what your server does]",
"version": "1.0.0"
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"publishedAt": "2025-09-16T13:06:55.74293Z",
"isLatest": true
}
}
}Thank you!
Metadata
Metadata
Assignees
Labels
No labels