Release v0.2.0
Final release for v0.2.0.
This release removes support for the SSE server component. SSE was removed from the MCP standard last year and has been removed from the underlying rmcp create that hyper-mcp uses.
Included:
- hyper-mcp binaries for Linux & macOS
- hyper-mcp container image:
ghcr.io/hyper-mcp-rs/hyper-mcp:v0.2.0 - Plugin images:
ghcr.io/hyper-mcp-rs/<plugin-name>-plugin:v0.2.0
All container images are signed with Cosign. Verify with:
cosign verify \
--certificate-identity "https://github.com/hyper-mcp-rs/hyper-mcp/.github/workflows/release.yml@refs/tags/v0.2.0" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/hyper-mcp-rs/hyper-mcp:v0.2.0What's Changed
- github-actions Update softprops/action-gh-release action to v2.4.1 by @renovate[bot] in #124
- rust Update Rust dependencies by @renovate[bot] in #123
- rust Update Rust dependencies by @renovate[bot] in #125
- Stateful by @joseph-wortmann in #127
- github-actions Update sigstore/cosign-installer action to v4 by @renovate[bot] in #130
- rust Update Rust dependencies by @renovate[bot] in #129
- rust Update Rust dependencies by @renovate[bot] in #132
- rust Update Rust dependencies by @renovate[bot] in #133
- github-actions Update softprops/action-gh-release action to v2.4.2 by @renovate[bot] in #135
- rust Update Rust dependencies by @renovate[bot] in #136
- Complete MCP implementation by @joseph-wortmann in #138
- github-actions Update acifani/setup-tinygo action to v2.0.1 by @renovate[bot] in #140
- github-actions Update actions/checkout action to v5.0.1 by @renovate[bot] in #142
- Refactoring and cleanup by @joseph-wortmann in #143
- github-actions Update actions/checkout action to v6 by @renovate[bot] in #144
- rust Update Rust dependencies by @renovate[bot] in #141
- rust Update Rust dependencies by @renovate[bot] in #146
- github-actions Update GitHub Actions by @renovate[bot] in #145
- rust Update Rust dependencies by @renovate[bot] in #147
- rust Update Rust dependencies by @renovate[bot] in #149
- github-actions Update actions/checkout action to v6.0.1 by @renovate[bot] in #148
- chore(deps): update tinygo/tinygo docker tag to v0.40.0 by @renovate[bot] in #151
- github-actions Update docker/setup-buildx-action action to v3.12.0 by @renovate[bot] in #153
- chore(deps): update tinygo/tinygo docker tag to v0.40.1 by @renovate[bot] in #152
- chore(deps): update rust docker tag to v1.92 by @renovate[bot] in #134
- rust Update Rust crate flate2 to v1.1.8 by @renovate[bot] in #158
Full Changelog: v0.1.8...v0.2.0