v1.7.7
Vanilagy/mediabunnyv1.7.7May 4, 2026by rdimitrov
AI Summary
This release includes dependency updates, OIDC improvements for slice-typed claims, refactoring of body reading logic, and fixes for UI URL encoding and SSRF protections.
Key Highlights
- OIDC support for slice-typed extra claims
- Refactored readBody helper to remove duplicate I/O calls
- Fixed publisher-controlled URLs encoding in the UI
- Extended SSRF blocklist to IPv6 6to4/NAT64 prefixes
- Updated dependencies (Cloud KMS, Pulumi)
New Features
- OIDC support for slice-typed extra claims
Full Release Notes
## What's Changed * deploy: update prod to v1.7.6 by @rdimitrov in https://github.com/modelcontextprotocol/registry/pull/1232 * build(deps): bump cloud.google.com/go/kms from 1.29.0 to 1.30.0 by @dependabot[bot] in https://github.com/modelcontextprotocol/registry/pull/1233 * build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.232.0 to 3.233.0 in /deploy by @dependabot[bot] in https://github.com/modelcontextprotocol/registry/pull/1234 * build(deps): bump github.com/caarlos0/env/v11 from 11.4.0 to 11.4.1 by @dependabot[bot] in https://github.com/modelcontextprotocol/registry/pull/1236 * build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.233.0 to 3.234.0 in /deploy by @dependabot[bot] in https://github.com/modelcontextprotocol/registry/pull/1237 * auth/oidc: support slice-typed extra claims via overlap match by @SAY-5 in https://github.com/modelcontextprotocol/registry/pull/1238 * auth/oidc: test slice-typed extra claims comparison by @rdimitrov in https://github.com/modelcontextprotocol/registry/pull/1245 * refactor: extract readBody helper to remove duplicate io.ReadAll calls by @mesutoezdil in https://github.com/modelcontextprotocol/registry/pull/1241 * refactor: rename readBody to readErrorBody and cap body size by @rdimitrov in https://github.com/modelcontextprotocol/registry/pull/1246 * fix(ui): encode publisher-controlled URLs for href attribute context by @rdimitrov in https://github.com/modelcontextprotocol/registry/pull/1248 * fix(validators): reject HTML metacharacters and whitespace in websiteUrl by @rdimitrov in https://github.com/modelcontextprotocol/registry/pull/1249 * fix(auth/http): extend SSRF blocklist to IPv6 6to4/NAT64/site-local prefixes by @rdimitrov in https://github.com/modelcontextprotocol/registry/pull/1250 ## New Contributors * @SAY-5 made their first contribution in https://github.com/modelcontextprotocol/registry/pull/1238 * @mesutoezdil made their first contribution in https://github.com/modelcontextprotocol/registry/pull/1241 **Full Changelog**: https://github.com/modelcontextprotocol/registry/compare/v1.7.6...v1.7.7