You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/copilot/chat/mcp-servers.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ By standardizing this interaction, MCP eliminates the need for custom integratio
28
28
29
29
### Supported MCP capabilities
30
30
31
-
VS Code supports local standard input/output (`stdio`) and server-sent events (`sse`) for MCP server transport. Currently of the [3 primitives](https://modelcontextprotocol.io/specification/2025-03-26#features) (`tools`, `prompts`, `resources`), servers can only provide `tools` to Copilot's agent mode. The list and descriptions of tools can be updated dynamically using *list changed* events. VS Code provides servers with the current workspace folders using `roots` ([spec](https://modelcontextprotocol.io/docs/concepts/roots)).
31
+
VS Code supports local standard input/output (`stdio`) and server-sent events (`sse`) for MCP server transport. Currently of the [three primitives](https://modelcontextprotocol.io/specification/2025-03-26#features) (`tools`, `prompts`, `resources`), servers can only provide `tools` to Copilot's agent mode. The list and descriptions of tools can be updated dynamically using *list changed* events. VS Code provides servers with the current workspace folders using `roots` ([spec](https://modelcontextprotocol.io/docs/concepts/roots)).
32
32
33
33
### Finding MCP servers
34
34
@@ -42,7 +42,7 @@ You have multiple options to add an MCP server in VS Code:
42
42
43
43
-**Workspace settings**: add a `.vscode/mcp.json` file in your workspace to configure MCP servers for a workspace and share configurations with team members.
44
44
-**User settings**: specify the server in your user settings to enable the MCP server across all workspaces.
45
-
-**Automatic discovery**: enable auto-discovery of MCP servers defined in other tools, such as Claude Desktop.
45
+
-**Automatic discovery**: enable autodiscovery of MCP servers defined in other tools, such as Claude Desktop.
46
46
47
47
> [!CAUTION]
48
48
> MCP servers can run arbitrary code on your machine. Only add servers from trusted sources, and review the publisher and server configuration before starting it.
@@ -123,7 +123,7 @@ Alternatively, use the **MCP: Add Server** command from the Command Palette, pro
123
123
124
124
VS Code can automatically detect and reuse MCP servers that you defined in other tools, such as Claude Desktop.
125
125
126
-
Enable auto-discovery with the `setting(chat.mcp.discovery.enabled)` setting.
126
+
Enable autodiscovery with the `setting(chat.mcp.discovery.enabled)` setting.
127
127
128
128
## Configuration format
129
129
@@ -275,7 +275,7 @@ This link can be used in a browser, or opened on the command line, for example v
0 commit comments