-
Notifications
You must be signed in to change notification settings - Fork 5.5k
MCP server gallery #9032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCP server gallery #9032
Conversation
docs/setup/enterprise.md
Outdated
|
|
||
| Organizations can restrict which MCP servers are allowed to be used by developers in VS Code. The following configuration options are available: | ||
|
|
||
| * Configure from which source MCP servers can be added (controls the `setting(chat.mcp.access)` VS Code setting) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not about adding MCP servers. Irrespective of what value this setting is set, users can add MCP servers from any source. This setting controls which MCP servers are enabled in VS Code.
docs/setup/enterprise.md
Outdated
|
|
||
| ## Configure MCP server access | ||
|
|
||
| By default, VS Code allows developers to [add any MCP server](/docs/copilot/customization/mcp-servers.md) to their environment and retrieves the list of MCP servers in the Extensions view from the GitHub MCP registry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub MCP registry is still behind preview flag therefore most of the users do not see it unless they opt in. So might confuse users if the registry is mentioned as they might have not seen it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sandy081 Isn't the MCP gallery (from GH MCP registry) available to all users in 1.106? In that case, it does make sense to mention that in the Extensions view the MCP servers are coming from there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet. It is kept behind the flag still in 1.106
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the docs
|
@sandy081 I updated the docs based on your feedback |
|
@ntrogh Thanks for the updates. LGTM |
No description provided.