ci: add registry-set-status workflow to deprecate old io.github.heznpc/iconnect#293
Merged
Merged
Conversation
…c/iconnect Now that io.github.heznpc/airmcp is live in the official MCP Registry, the pre-rename io.github.heznpc/iconnect@0.1.1 entry should be retired. The registry supports this via `mcp-publisher status --status deprecated|deleted` (verified in modelcontextprotocol/registry cmd/publisher/commands/status.go) — there is no server.json `status` field, so it can't be done through publish-registry.yml. Add a manual-dispatch utility workflow that sets the lifecycle status of any io.github.heznpc/* server via the same GitHub OIDC auth (no secret). Inputs (server_name / status / message) are passed through env: and referenced as "$VAR" in the run script, so there's no command-injection surface. First use: deprecate io.github.heznpc/iconnect pointing at airmcp; kept as a maintenance utility for future renames.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that io.github.heznpc/airmcp is live in the official MCP Registry, the
pre-rename io.github.heznpc/iconnect@0.1.1 entry should be retired. The registry
supports this via
mcp-publisher status --status deprecated|deleted(verified inmodelcontextprotocol/registry cmd/publisher/commands/status.go) — there is no
server.json
statusfield, so it can't be done through publish-registry.yml.Add a manual-dispatch utility workflow that sets the lifecycle status of any
io.github.heznpc/* server via the same GitHub OIDC auth (no secret). Inputs
(server_name / status / message) are passed through env: and referenced as "$VAR"
in the run script, so there's no command-injection surface. First use: deprecate
io.github.heznpc/iconnect pointing at airmcp; kept as a maintenance utility for
future renames.