Updated the MCP Registry validation steps by including name, description and version, as done in VS Code.#42331
Open
manupk wants to merge 7 commits intogithub:mainfrom
Open
Updated the MCP Registry validation steps by including name, description and version, as done in VS Code.#42331manupk wants to merge 7 commits intogithub:mainfrom
manupk wants to merge 7 commits intogithub:mainfrom
Conversation
Updated instructions for including local MCP servers in the registry to specify correct name, description, and version. This is as per the validation done in VS Code.
Updated the limitations section to include description and version matching for MCP allowlist enforcement. This is as per the current validation in the VS Code.
Changed to server name/ID to reflect better field.
Contributor
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
Corrected formatting in note about local MCP servers.
Contributor
|
@manupk This is definitely something I'll have to take to the engineers and get back to you about. |
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.
Why:
The MCP Registry validation steps mentioned in the documentation is not correct. I can see from the VS Code source code that they do more elaborate validation including name, description and version.
What's being changed (if available, include any code snippets, screenshots, or gifs):
This is the part of source code in VS code where the above is validated. I spend a lot of time wandering why the server is not showing up, then figured out other parameters.
This PR corrects the documentation in 2 relevant pages.
Check off the following: