zircote/MCP Bundle Packager
Package MCP server projects into MCPB (MCP Bundle) archives with manifest validation, checksums, and release asset support.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| manifest-path | Path to the bundle manifest.json | no | manifest.json |
| bundle-name | Override bundle output filename (defaults to name from manifest.json) | no | "" |
| upload-artifact | Whether to upload the bundle as a GitHub Actions artifact | no | true |
| create-release-asset | Whether to attach the bundle to a GitHub Release (only on tag pushes) | no | false |
| mcpb-version | Version of mcpb toolchain to use | no | latest |
Outputs
| name | description |
|---|---|
| bundle-path | Path to the generated bundle file |
| bundle-sha256 | SHA-256 checksum of the bundle for integrity verification |
| manifest-valid | Whether manifest validation passed (true/false) |