v1.2.5
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
Releaseworkflow. - Simplified the local
MCP Registry Publishcomposite 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.5release.
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.