Skip to content

Commit 84c46cc

Browse files
committed
Update that MCP policy is about running servers not adding
1 parent dd4ab45 commit 84c46cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/setup/enterprise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ By default, VS Code allows developers to [add any MCP server](/docs/copilot/cust
100100

101101
Organizations can restrict which MCP servers are allowed to be used by developers in VS Code. The following configuration options are available:
102102

103-
* Configure from which source MCP servers can be added (controls the `setting(chat.mcp.access)` VS Code setting)
103+
* Configure from which source MCP servers are enabled to run (controls the `setting(chat.mcp.access)` VS Code setting)
104104

105-
* **All**: developers can add MCP servers from any source
106-
* **Registry**: developers can only add and run MCP servers from the MCP registry, other MCP servers are blocked from running
105+
* **All**: developers can run MCP servers from any source
106+
* **Registry**: developers can only run MCP servers from the MCP registry, other MCP servers are blocked from running
107107
* **None**: MCP server support is disabled
108108

109109
* Configure a custom MCP registry URL instead of the default GitHub MCP registry

0 commit comments

Comments
 (0)