Skip to content

Commit 9d438e7

Browse files
authored
Merge pull request #8317 from microsoft/mcp-setting
Add instructions to enable MCP support
2 parents acdbc6a + 9673b63 commit 9d438e7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/copilot/chat/mcp-servers.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ MCP's [official server repository](https://github.com/modelcontextprotocol/serve
3636

3737
MCP is still a relatively new standard, and the ecosystem is rapidly evolving. As more developers adopt MCP, you can expect to see an increasing number of servers and tools available for integration with your projects.
3838

39+
## Enable MCP support in VS Code
40+
41+
> [!NOTE]
42+
> MCP support in agent mode in VS Code is currently in preview.
43+
44+
MCP support is available starting in VS Code release 1.99. To enable MCP support in VS Code, enable the `setting(chat.mcp.enabled)` setting. This setting is enabled by default.
45+
3946
## Add an MCP server
4047

4148
You have multiple options to add an MCP server in VS Code:

docs/copilot/reference/copilot-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The team is continuously working on improving Copilot in VS Code and adding new
4747
* `setting(chat.agent.enabled:true)`: Enable or disable agent mode (default: `false`, requires VS Code 1.99 or later)
4848
* `setting(chat.agent.maxRequests)`: Maximum number of requests that Copilot can make in agent mode (default: 15)
4949
* `setting(github.copilot.chat.agent.runTasks)`: Run workspace tasks when using agent mode (default: `true`)
50+
* `setting(chat.mcp.enabled)` _(Preview)_: Enable Model Context Protocol (MCP) support in VS Code. This enables adding tools from MCP servers in agent mode.
5051
* `setting(github.copilot.chat.codesearch.enabled)` _(Preview)_: When using `#codebase` in the prompt, Copilot automatically discovers relevant files to be edited.
5152
* `setting(chat.implicitContext.enabled)` _(Experimental)_: Configure if the active editor should be automatically added as context to the chat prompt.
5253
* `setting(github.copilot.chat.agent.thinkingTool:true)` _(Experimental)_: Enable the thinking tool in agent mode.

0 commit comments

Comments
 (0)