Skip to content

Commit 4aefc15

Browse files
Copilottimrogers
andauthored
Add reusable for MCP limitations note in coding agent documentation (#58022)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: timrogers <[email protected]>
1 parent 916e56e commit 4aefc15

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

content/copilot/concepts/agents/coding-agent/mcp-and-coding-agent.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ The agent can use tools provided by local and remote MCP servers. Some MCP serve
2020

2121
For more information on MCP, see [the official MCP documentation](https://modelcontextprotocol.io/introduction). For information on some of the currently available MCP servers, see [the MCP servers repository](https://github.com/modelcontextprotocol/servers/tree/main).
2222

23-
> [!NOTE]
24-
> * {% data variables.copilot.copilot_coding_agent %} only supports tools provided by MCP servers. It does not support resources or prompts.
25-
> * {% data variables.copilot.copilot_coding_agent %} does not currently support remote MCP servers that leverage OAuth for authentication and authorization.
23+
{% data reusables.copilot.mcp.coding-agent-limitations %}
2624

2725
## Default MCP servers
2826

content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ As a repository administrator, you can configure MCP servers for use within your
2929
> [!WARNING]
3030
> Once you've configured an MCP server, {% data variables.product.prodname_copilot_short %} will be able to use the tools provided by the server autonomously, and will not ask for your approval before using them.
3131
32+
{% data reusables.copilot.mcp.coding-agent-limitations %}
33+
3234
## Adding an MCP configuration to your repository
3335

3436
Repository administrators can configure MCP servers by following these steps:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
> [!NOTE]
2+
> * {% data variables.copilot.copilot_coding_agent %} only supports tools provided by MCP servers. It does not support resources or prompts.
3+
> * {% data variables.copilot.copilot_coding_agent %} does not currently support remote MCP servers that leverage OAuth for authentication and authorization.

0 commit comments

Comments
 (0)