Skip to content

Releases: modelcontextprotocol/registry

v1.3.8

03 Nov 09:13
9c776ac

Choose a tag to compare

What's Changed

  • Promote prod to 1.3.7 by @rdimitrov in #727
  • Bump go to 1.24.9 by @rdimitrov in #732
  • Use the official govulncheck-action by @rdimitrov in #733
  • build(deps): bump cloud.google.com/go/kms from 1.23.0 to 1.23.2 by @dependabot[bot] in #729
  • build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0 by @dependabot[bot] in #730
  • build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.204.0 to 3.205.0 in /deploy by @dependabot[bot] in #731
  • docs(community): Add Awesome MCP Registry project link by @Seey215 in #734

New Contributors

Full Changelog: v1.3.7...v1.3.8

v1.3.7

29 Oct 20:05
be0fa8c

Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.7

v1.3.6

29 Oct 15:42
f5f08bc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.5...v1.3.6

v1.3.5

24 Oct 15:31
0ef5b90

Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4

24 Oct 14:25
be41826

Choose a tag to compare

What's Changed

  • Promote prod to 1.3.3 by @rdimitrov in #687
  • build(deps): bump the actions group with 2 updates by @dependabot[bot] in #688
  • Add failure modes telemetry by @pree-dew in #646
  • Disable automatic sync schedule in sync-db.yml by @rdimitrov in #693
  • Enable dependabot for /deploy and pin Go version to 1.24 by @rdimitrov in #697
  • build(deps): bump github.com/pulumi/pulumi-gcp/sdk/v8 from 8.39.0 to 8.41.1 in /deploy by @dependabot[bot] in #699
  • build(deps): bump anchore/sbom-action from 0.20.8 to 0.20.9 in the actions group by @dependabot[bot] in #702
  • build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.175.0 to 3.204.0 in /deploy by @dependabot[bot] in #700
  • build(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 from 4.18.2 to 4.23.0 in /deploy by @dependabot[bot] in #701

Full Changelog: v1.3.3...v1.3.4

v1.3.3

16 Oct 22:36
0828bc4

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

16 Oct 18:06
4e11b81

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

15 Oct 14:44
2a80690

Choose a tag to compare

What's Changed

  • Split deploying to prod and staging by @rdimitrov in #666
  • Deploy v1.3.0 to production by @rdimitrov in #668
  • Fix the image reference for prod: from v1.3.0 to 1.3.0 by @rdimitrov in #669
  • build(deps): bump golangci/golangci-lint-action from 6.1.1 to 8.0.0 in the actions group by @dependabot[bot] in #670
  • Fix migration numbering and add migration 010 for package format by @rdimitrov in #675
  • Introduce a /version API by @rdimitrov in #667

Full Changelog: v1.3.0...v1.3.1

v1.3.0

14 Oct 14:09
3592b2c

Choose a tag to compare

What's Changed

  • Use intermediate env vars for Pulumi passphrases by @domdomegg in #595
  • Update community projects with mcp-registry-spec-sdk by @domdomegg in #594
  • build(deps): bump pulumi/actions from 6.5.0 to 6.6.0 in the actions group by @dependabot[bot] in #593
  • Add myself to the maintainers list by @rdimitrov in #596
  • Enable a gitops way of promoting to prod by @rdimitrov in #582
  • Enable gofmt in golangci by @rdimitrov in #597
  • Add MCP registry cheat sheet project link by @subbyte in #600
  • docs: make streamable-http the primary transport in examples by @domdomegg in #602
  • fix: seed from production API by default to ensure validation passes by @domdomegg in #611
  • Use 'latest' tag for mcp-publisher downloads by @domdomegg in #610
  • build(deps): bump github.com/coreos/go-oidc/v3 from 3.15.0 to 3.16.0 by @dependabot[bot] in #616
  • Update complete.md to reference the latest release assets by @rdimitrov in #615
  • Simplify OpenAPI schema by merging Server into ServerDetail by @domdomegg in #612
  • Enforce schema validation on the publish and edit API level by @rdimitrov in #598
  • Add optional title field to server.json schema by @domdomegg in #608
  • Recommended server.json schema field descriptions and new Input placeholder property by @BobDickinson in #601
  • Add presentation from MCP Dev Summit October 2025 by @tadasant in #624
  • Make repository id optional in OpenAPI spec by @domdomegg in #621
  • Drop GET /v0/servers/{serverName} endpoint by @domdomegg in #618
  • Add icon support to server.json schema by @domdomegg in #620
  • Align golang types with openapi.yaml schema by @domdomegg in #628
  • Add tooling to auto-generate server.schema.json from OpenAPI spec by @domdomegg in #629
  • Fix link to MCP server architecture documentation by @rdimitrov in #639
  • Introduce a cron job that syncs the prod base into staging by @rdimitrov in #633
  • Add Remote MCP and link for Registry project by @jaw9c in #640
  • Fix sync-db workflow: k8up restore job detection and timing issues by @rdimitrov in #641
  • Refactor package types to use dedicated schema types per package type (NPM, PyPI, NuGet, OCI, MCPB) by @rdimitrov in #634
  • build(deps): bump golang.org/x/mod from 0.28.0 to 0.29.0 by @dependabot[bot] in #647
  • Introduce v0.1 version of the API by @rdimitrov in #658
  • feat: add OpenAPI tags for improved SDK generation and API organization by @beshkenadze in #655
  • docs(openapi): add openapi for search, updated_since, version params by @frenchi in #654
  • Replace / with - for operation IDs by @rdimitrov in #660
  • Update the cache use in our workflows by @rdimitrov in #653
  • Use distribution/reference for parsing OCI references by @rdimitrov in #651
  • Add the rest of the tag descriptions by @rdimitrov in #661

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

30 Sep 17:39
e968cfd

Choose a tag to compare

What's Changed

  • fix: renumber migrations to fix staging deployment by @tadasant in #592

Full Changelog: v1.2.2...v1.2.3