Skip to content

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Jan 21:23
· 77 commits to main since this release
9ff9f2e

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.0

What's Changed

Full Changelog: v0.1.8...v0.2.0