Publish versioned MCPB release assets - #846
Merged
Merged
Conversation
thisrohangupta
marked this pull request as ready for review
August 21, 2026 02:14
Contributor
There was a problem hiding this comment.
Automation check — no inline review comments to address
Triggered on ready_for_review for PR #846 (chore/publish-mcpb-release-assets).
Checked GitHub review data:
- 0 pull review comments
- 0 review threads
- 0 submitted reviews
No inline reviewer feedback was present in the trigger payload or on the PR, so no code changes were made. This run will pick up inline comments once reviewers leave them on the diff.
Sent by Cursor Automation: Autofix PR review comments
Contributor
There was a problem hiding this comment.
PR Risk Assessment
Risk level: Low
Decision: Approved — no additional reviewers required.
Evidence (from diff, not PR description)
| Area | Assessment |
|---|---|
Runtime server (src/) |
No changes |
| Auth / security model | No changes |
| Production logic | No changes |
| Scope | Release/packaging pipeline only |
Changes reviewed
.github/workflows/release.yml— Adds anmcpbjob (tag-triggered +workflow_dispatchbackfill) that builds and uploads a versioned MCPB asset to GitHub Releases. Existingreleasejob is gated topushevents only.scripts/prepare-mcpb.js— Refactors internal packaging: relocatableserver/layout, productionpackage.json+ shrinkwrap handling, pinned@anthropic-ai/mcpb@2.1.2validate/pack/info.manifest.json/mcp-directory/manifest.json— Entry point updated toserver/index.js(bundle layout change only).icon.png— Updated to 512×512 (distribution metadata).- Docs + tests — README updates,
release-metadata.test.tsandrelease-workflow.test.tscover manifest shape, icon size, and workflow structure.
Why Low (not Medium)
- Isolated to internal release tooling and distribution artifacts; no shared runtime codepaths.
- Additive CI with safeguards (semver tag validation, package-version match, MCPB CLI validation).
- Comprehensive structural tests added.
- No CODEOWNERS file; no domain-ownership ambiguity.
Reviewers
None assigned — Low risk PRs do not require additional reviewers per policy.
Sent by Cursor Automation: Assign PR reviewers
10 tasks
10 tasks
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.


Summary
Verification