binary releases and mise tool #62
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#62
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?
thanks a lot for working on this! really cool :)
it seems that binary releases are not available even though they are mentioned in the README
also it would be cool if the binary would be packaged in mise.jdx.dev (
mise use -g forgejo-mcp)(note that releasing binaries on codeberg would make it available in mise via the forgejo backend)
The release workflow has been fixed in
main— it was using the wrong runner label (ubuntu-latestinstead ofcodeberg-tiny) and the binary names were still using the oldmcp-giteaprefix.Changes pushed:
codeberg-tiny(matches Codeberg's infrastructure)forgejo-mcp-{version}-{os}-{arch}CGO_ENABLED=0v*tagsNote: The workflow requires a
RELEASE_TOKENsecret configured in the repo settings (Settings → Actions → Secrets) withwrite:repositoryscope. Binary releases should start appearing with the next tagged version.Once releases are published,
miseshould pick them up automatically via its Forgejo backend.