Wire .mcpb build into release pipeline #121
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/OpenSpec
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
RFC - Request For Comments
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
hermes-attempted
hermes-needs-clarification
hermes-ready
hermes-review
hermes-wip
human-required
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
agentic-forges/forgejo-mcp#121
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
PR #118 adds
extension/scaffolding for the Claude Desktop Extension (.mcpb) but does not produce a.mcpbartifact on release. Maintainer must extend.forgejo/workflows/release.ymlso users get a downloadable.mcpbper release.Why
Without this, each release page only shows the existing
*.tar.gzper OS/arch. The drag-and-drop install story for Claude Desktop is incomplete from the end-user perspective.What's needed
Inject release tag into manifest version
extension/manifest.jsoncurrently hardcodes2.20.0. Usejq --arg v "${TAG#v}" '.version=$v' …before packing so it tracks the actual release.Multi-platform
entry_point: bin/forgejo-mcpis single-platform. Either produce one.mcpbper{os, arch}(matches goreleaser's 4-binary matrix), or single.mcpbwithserver.mcp_config.platform_overridesbundling all four.Attach to release
Upload via the Codeberg release-asset API (or goreleaser
release.extra_filesif the manifest can be templated).(Optional) Sign with
npx @anthropic-ai/mcpb sign.Acceptance
codeberg.org/goern/forgejo-mcp/releasesincludes.mcpbartifact(s).manifest.jsonversionmatches the release tag at pack time (no hardcoded drift)..mcpbinstalls cleanly in Claude Desktop on at leastlinux-amd64anddarwin-arm64.extension/test_smoke.py) runs in CI before pack.Tracking
forgejo-mcp-9y4feat/release-mcpb-pipeline