registry
registry copied to clipboard
A community driven registry service for Model Context Protocol (MCP) servers.
## What this fixes The API changelog had a section header dated `2025-11-17`, but the openapi.yaml version is `2025-10-17`. This was confusing because they appeared to be tracking the same...
The schema in this repo may contain unreleased changes, so labeling it with a dated version URL is misleading. Change to use a `draft` URL instead, and add documentation for...
Update all documentation to reference the stable `/v0.1/` API version instead of the development `/v0/` version. Didn't update internal references (e.g. in admin-only docs) as that probably make sense to...
Bumps [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) from 3.208.0 to 3.209.0. Release notes Sourced from github.com/pulumi/pulumi/sdk/v3's releases. v3.209.0 3.209.0 (2025-11-26) Features [cli] Add native support for OIDC token exchange when logging into Pulumi Cloud. Run...
Change the UI default to the locally hosted registry. ## Motivation and Context Was quite confusing at first :) ## Types of changes - [ ] Bug fix (non-breaking change...
Bumps [github.com/pulumi/pulumi-kubernetes/sdk/v4](https://github.com/pulumi/pulumi-kubernetes) from 4.24.0 to 4.24.1. Release notes Sourced from github.com/pulumi/pulumi-kubernetes/sdk/v4's releases. v4.24.1 Fixed Fixed a regression of #2943 which could cause Deployments to erroneously report diffs. Changed Upgraded helm.sh/helm...
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.6 to 0.20.7. Release notes Sourced from github.com/google/go-containerregistry's releases. v0.20.7 What's Changed Fix ArgsEscaped lint directive by @Subserial in google/go-containerregistry#2137 transport: Fix broken links to distribution docs...
## Motivation and Context The following PR adds a query parameter for searching by the distribution type (remote, npm, nuget, etc). This is so registry clients supporting nuget can query...
Add flags for publish subcommand. ## Motivation and Context We'll need to use the `--file` flag since we store our server.json in a folder. The options that was noted in...
**Describe the bug** Servers from https://registry.modelcontextprotocol.io/ use the wrong schema. This causes clients like VSCode to break. **To Reproduce** Steps to reproduce the behavior: 1. Set the VSCode config key...