v1.7.3

modelcontextprotocol/registryv1.7.3Apr 28, 2026by rdimitrov

AI Summary

This release optimizes database queries by using JSONB containment for filtering and increases database connection limits.

Key Highlights

  • Use JSONB containment for RemoteURL filter (GIN-indexable)
  • Raise pgxpool MaxConns and PG max_connections
  • Update Pulumi Kubernetes SDK to v4.30.0

Full Release Notes

## What's Changed
* deploy: update prod to v1.7.2 by @rdimitrov in https://github.com/modelcontextprotocol/registry/pull/1216
* build(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 from 4.29.0 to 4.30.0 in /deploy by @dependabot[bot] in https://github.com/modelcontextprotocol/registry/pull/1217
* build(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 in the actions group by @dependabot[bot] in https://github.com/modelcontextprotocol/registry/pull/1218
* fix(list): use JSONB containment for RemoteURL filter (GIN-indexable) by @rdimitrov in https://github.com/modelcontextprotocol/registry/pull/1220
* fix(db): raise pgxpool MaxConns + PG max_connections + set PG resources by @rdimitrov in https://github.com/modelcontextprotocol/registry/pull/1221


**Full Changelog**: https://github.com/modelcontextprotocol/registry/compare/v1.7.2...v1.7.3