New
Release v0.3.0
Final release for v0.3.0.
- REMOVAL OF STREAMABLE-HTTP: If you need this functionality, you will have to wrap hyper-mcp with one of the several MCP proxies available.
- Exposes the system keyring to plugins (in a controlled way) for better secret management. This is a huge improvement over placing secrets (e.g. - api keys) into the hyper-mcp config file.
- Dramatic logging improvements that include logging to a dedicated file (rotated daily) and enhanced structured logging.
Included:
- hyper-mcp binaries for Linux & macOS
- hyper-mcp container image:
ghcr.io/hyper-mcp-rs/hyper-mcp:v0.3.0
✅ Multi-arch digest (immutable, recommended for pinning):
ghcr.io/hyper-mcp-rs/hyper-mcp@sha256:0e3ee4e2efe8b0033f9c3843299895bdfc30292bab87f5d24bd5ad0d16b2ab23
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.3.0" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ghcr.io/hyper-mcp-rs/hyper-mcp@sha256:0e3ee4e2efe8b0033f9c3843299895bdfc30292bab87f5d24bd5ad0d16b2ab23
What's Changed
- github-actions Update docker/build-push-action action to v6.19.2 by @renovate[bot] in https://github.com/hyper-mcp-rs/hyper-mcp/pull/169
Full Changelog: https://github.com/hyper-mcp-rs/hyper-mcp/compare/v0.2.3...v0.3.0