Skip to content

fix(053): remove duplicate MCP registry publish workflow#518

Merged
Dumbris merged 1 commit into
mainfrom
fix/053-remove-duplicate-registry-workflow
May 23, 2026
Merged

fix(053): remove duplicate MCP registry publish workflow#518
Dumbris merged 1 commit into
mainfrom
fix/053-remove-duplicate-registry-workflow

Conversation

@Dumbris
Copy link
Copy Markdown
Member

@Dumbris Dumbris commented May 23, 2026

Reverts the redundant workflow added in #517.

Root cause: release.yml already has an mcp-registry job that publishes server.json on every tag via keyless GitHub OIDC (continue-on-error: true). It has published 44 versions to registry.modelcontextprotocol.io (0.21.2 → 0.33.1). The earlier assumption that publishing was a blocked manual step was wrong.

What this PR does:

  • Deletes .github/workflows/publish-mcp-registry.yml (ci(053): auto-publish server.json to MCP Registry on release (OIDC) #517) — a near-exact duplicate that would fail with cannot publish duplicate version on every release.
  • Corrects docs/mcp-registry-publishing.md to document the existing release.yml automation rather than a new workflow, and clarifies that manual login is only for deprecate/validate/one-off actions.

Net effect of this whole thread: the only durable change is #516's server.json description refresh (local-first + security scanning), which will go live automatically on the next release when release.yml publishes the new version. No duplicate workflow remains.

…g release.yml job

release.yml already has an 'mcp-registry' job that publishes server.json on every
tag via keyless GitHub OIDC (continue-on-error) — it has shipped 44 versions to
registry.modelcontextprotocol.io. The publish-mcp-registry.yml added in #517 was a
redundant duplicate that would have thrown 'cannot publish duplicate version' on
every release. Removes it and corrects docs/mcp-registry-publishing.md to reference
the existing automation instead of claiming publishing was manual.
@Dumbris Dumbris merged commit 5fb0cc2 into main May 23, 2026
11 of 12 checks passed
@Dumbris Dumbris deleted the fix/053-remove-duplicate-registry-workflow branch May 23, 2026 11:31
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants