support for MCP registry#42
Merged
Merged
Conversation
752f6c7 to
e33fd2a
Compare
4faf7c7 to
afb8d23
Compare
1f9e913 to
3097e1d
Compare
zmofei
previously approved these changes
Oct 3, 2025
zmofei
left a comment
Member
There was a problem hiding this comment.
Looks good to me, do not forget to updat the version in package-lock.json
| { | ||
| "name": "@mapbox/mcp-server", | ||
| "version": "0.5.4", | ||
| "version": "0.5.5-dev", |
Member
There was a problem hiding this comment.
Please remove-dev before merge. .e.g run npm install and push the package-lock.json changes
jussi-sa
previously approved these changes
Oct 3, 2025
though not documented as such until version 9/29?
61d9fa0 to
c7125c8
Compare
zmofei
approved these changes
Oct 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add support for the MCP registry (and eventually the Github MCP registry) as described here
Note that the spec for adding remotes is in flux / broken as documented / sounds like it may change, so I did not add the remote server for now. Adding it per current spec does not work when using the name: io.github... See issue
Testing
Checklist
[ ] Documentation has been updated if neededAdditional Notes