Skip to content

Commit d626132

Browse files
AmeausooneAntoine
authored andcommitted
Revise MCP configuration steps in documentation
Updated instructions for configuring MCP servers in Copilot documentation.
1 parent b2d5f87 commit d626132

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/copilot/how-tos/copilot-on-github/customize-copilot/configure-mcp-servers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ If you want to allow {% data variables.product.prodname_copilot_short %} to acce
354354
1. Create a {% data variables.product.pat_generic %} with the appropriate permissions. We recommend using a {% data variables.product.pat_v2 %}, where you can limit the token's access to read-only permissions on specific repositories. For more information on {% data variables.product.pat_generic_plural %}, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
355355
{% data reusables.repositories.navigate-to-repo %}
356356
{% data reusables.repositories.sidebar-settings %}
357-
1. In the "Code & automation" section of the sidebar, click **{% data variables.product.prodname_copilot_short %}** then **Cloud Agent**.
358-
1. On the "Cloud Agent" page, in the "Model Context Protocol (MCP)" section, add your configuration in the "MCP configuration" section. For example, you can add the following:
357+
1. In the "Code & automation" section of the sidebar, click **{% data variables.product.prodname_copilot_short %}** then **{% data variables.copilot.copilot_cloud_agent_short_cap_c %}**.
358+
1. On the "{% data variables.copilot.copilot_cloud_agent_short_cap_c %}" page, in the "Model Context Protocol (MCP)" section, add your configuration in the "MCP configuration" section. For example, you can add the following:
359359

360360
```javascript copy
361361
// If you copy and paste this example, you will need to remove the comments prefixed with `//`, which are not valid JSON.
@@ -403,6 +403,6 @@ If you disable this setting, {% data variables.copilot.copilot_code-review_short
403403

404404
* [AUTOTITLE](/copilot/how-tos/copilot-cli/customize-copilot/add-mcp-servers)
405405
* [AUTOTITLE](/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review)
406-
* [AUTOTITLE](/copilot/how-tos/copilot-on-github/customize-copilot/customize-cloud-agent/create-custom-agents)
407-
* [AUTOTITLE](/copilot/how-tos/copilot-on-github/customize-copilot/customize-cloud-agent/customize-the-agent-environment)
408-
* [AUTOTITLE](/copilot/how-tos/provide-context/use-mcp-in-your-ide/extend-copilot-chat-with-mcp)
406+
* [AUTOTITLE](/copilot/how-tos/use-copilot-agents/cloud-agent/create-custom-agents)
407+
* [AUTOTITLE](/copilot/how-tos/use-copilot-agents/cloud-agent/customize-the-agent-environment)
408+
* [AUTOTITLE](/copilot/customizing-copilot/extending-copilot-chat-with-mcp)

0 commit comments

Comments
 (0)