Skip to content

v1.2.5

Choose a tag to compare

@swimmwatch swimmwatch released this 27 May 22:20
6e27aa3

Summary

This release refactors release infrastructure around one unified GitHub Actions workflow and keeps runtime MCP behavior unchanged.

Changed

  • Replaced the separate npm, Docker, documentation, and MCP Registry release workflows with one unified Release workflow.
  • Simplified the local MCP Registry Publish composite action so npm and Docker publication ordering is handled by workflow job dependencies.
  • Added Glama ownership metadata, score badge, and release checklist documentation before the stable 1.2.5 release.

Fixed

  • Added retries with fresh GitHub OIDC login attempts around MCP Registry publishing to tolerate transient registry gateway timeouts.

Verification

The release pipeline publishes the npm package, Docker image, documentation site, and MCP Registry entry from the same release event.