Skip to content

Commit ccd6c11

Browse files
committed
Edit pass
1 parent 9dd70ea commit ccd6c11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/copilot/chat/mcp-servers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ By standardizing this interaction, MCP eliminates the need for custom integratio
2828

2929
### Supported MCP capabilities
3030

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)).
3232

3333
### Finding MCP servers
3434

@@ -42,7 +42,7 @@ You have multiple options to add an MCP server in VS Code:
4242

4343
- **Workspace settings**: add a `.vscode/mcp.json` file in your workspace to configure MCP servers for a workspace and share configurations with team members.
4444
- **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.
4646

4747
> [!CAUTION]
4848
> 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
123123

124124
VS Code can automatically detect and reuse MCP servers that you defined in other tools, such as Claude Desktop.
125125

126-
Enable auto-discovery with the `setting(chat.mcp.discovery.enabled)` setting.
126+
Enable autodiscovery with the `setting(chat.mcp.discovery.enabled)` setting.
127127

128128
## Configuration format
129129

@@ -275,7 +275,7 @@ This link can be used in a browser, or opened on the command line, for example v
275275
276276
## Troubleshooting
277277
278-
When VS Code encounters an issue with an MCP server, it shows a error indicator in the Chat view.
278+
When VS Code encounters an issue with an MCP server, it shows an error indicator in the Chat view.
279279
280280
![MCP Server Error](images/mcp-servers/mcp-error-loading-tool.png)
281281

0 commit comments

Comments
 (0)