Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a
server.json
registry file + scripts to publish our MCP server to the official MCP registry. For thename
field inserver.json
, opting for the custom domain namespace (com.supabase/*
) over GitHub namespace (io.github.supabase-community/mcp-server-supabase
) - see namespaces.Adds:
server.json
server.json
versions to be the same as thepackage.json
versionNote that the MCP registry does not host the servers themselves - just metadata pointing to other registries (like NPM, Docker, etc), or metadata pointing to a remote MCP URL. In this PR we define an NPM stdio entry via
packages
array inserver.json
, but in the future when our remote MCP is live we will add it to theremotes
array.Resolve AI-145