Stu Mason · Folkestone, Kent
One entryMerged PR· StuMason/coolify-mcp· TypeScript

PR #265 merged: ci: fix mcp-publisher download URL + manual registry re-publish

additions
+8
deletions
-2
files changed
1

Summary

The v2.14.0 publish run succeeded through npm → MCPB → GitHub release, but the final Publish to MCP Registry step failed on the mcp-publisher download: the registry repo's release assets are named goreleaser-style (mcp-publisher_linux_amd64.tar.gz), while the documented uname -m install pattern produces linux_x86_64 → 404.

  • Hardcode linux_amd64 (GitHub-hosted runners are always linux/amd64)
  • Add workflow_dispatch + step condition so the registry publish can be re-run for an already-released version — npm/MCPB/release steps stay skipped via the existing version-exists gate

After merge I'll dispatch the workflow to push server.json @ 2.14.0 to registry.modelcontextprotocol.io.

🤖 Generated with Claude Code