Skip to content

Commit 5dcf482

Browse files
committed
Updates images folder name
1 parent 748428a commit 5dcf482

19 files changed

+8
-8
lines changed

docs/ide/mcp-servers.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Model Context Protocol (MCP) is an open standard that enables AI models to inter
1818
+ [Visual Studio 2022 version 17.14](/visualstudio/releases/2022/release-history) or later.
1919
+ Set **Enable agent mode in the chat pane** in **Tools** > **Options** > **GitHub** > **Copilot** > **Copilot Chat**.
2020
+ [Sign in to Visual Studio using a GitHub account](work-with-github-accounts.md) with [Copilot access](https://docs.github.com/en/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot). <br/>
21-
+ You can use [GitHub Copilot for Free](copilot-free-plan.md). Sign up and leverage AI to code faster and more efficiently.
21+
+ You can use [GitHub Copilot for Free](copilot-free-plan.md).
2222

2323
## How do MCP and Visual Studio extend GitHub Copilot's agent?
2424

@@ -68,20 +68,20 @@ By standardizing this interaction, MCP eliminates the need for custom integratio
6868
1. Get a Personal Access Token for your [GitHub Account](https://github.com/settings/personal-access-tokens)
6969
1. In Visual Studio, click the `Ask` dropdown in the GitHub Copilot Chat window, and then select `Agent`.
7070

71-
:::image type="content" source="media/vs-2022/copilot-agent/copilot-agent-dropdown.png" alt-text="Screenshot that shows Copilot agent mode selector." lightbox="media/vs-2022/copilot-agent/copilot-agent-dropdown.png":::
71+
:::image type="content" source="media/vs-2022/copilot-agent-mode/copilot-agent-dropdown.png" alt-text="Screenshot that shows Copilot agent mode selector." lightbox="media/vs-2022/copilot-agent-mode/copilot-agent-dropdown.png":::
7272

7373
1. When prompted, paste your personal access token into the dialog.
7474

75-
:::image type="content" source="media/vs-2022/copilot-agent-mcp/model-context-protocol-personal-access-token.png" alt-text="Screenshot that shows entering the personal access token." lightbox="media/vs-2022/copilot-agent-mcp/model-context-protocol-personal-access-token.png":::
75+
:::image type="content" source="media/vs-2022/mcp-servers/model-context-protocol-personal-access-token.png" alt-text="Screenshot that shows entering the personal access token." lightbox="media/vs-2022/mcp-servers/model-context-protocol-personal-access-token.png":::
7676

7777
1. Select the tools you'd like to use, for example, `list_issues`
7878

79-
:::image type="content" source="media/vs-2022/copilot-agent-mcp/model-context-protocol-github-tools-list.png" alt-text="Screenshot that shows MCP GitHub tools." lightbox="media/vs-2022/copilot-agent-mcp/model-context-protocol-github-tools-list.png":::
79+
:::image type="content" source="media/vs-2022/mcp-servers/model-context-protocol-github-tools-list.png" alt-text="Screenshot that shows MCP GitHub tools." lightbox="media/vs-2022/mcp-servers/model-context-protocol-github-tools-list.png":::
8080

8181
1. Try a sample prompt: `list issues assigned to me on GitHub`
8282
1. Copilot asks for permission to use a tool made available to it by the MCP server, select **Allow** with the scope you wish to proceed with.
8383

84-
:::image type="content" source="media/vs-2022/copilot-agent/copilot-agent-tool-approval.png" alt-text="Screenshot that shows the agent tools confirmation options." lightbox="media/vs-2022/copilot-agent/copilot-agent-tool-approval.png":::
84+
:::image type="content" source="media/vs-2022/copilot-agent-mode/copilot-agent-tool-approval.png" alt-text="Screenshot that shows the agent tools confirmation options." lightbox="media/vs-2022/copilot-agent-mode/copilot-agent-tool-approval.png":::
8585

8686
## Supported MCP capabilities
8787

@@ -131,7 +131,7 @@ With an existing `mcp.json` file, add the file location to **Solution Items** in
131131

132132
When the file is saved with valid syntax, GitHub Copilot's agent restarts and reloads the configured servers.
133133

134-
:::image type="content" source="media/vs-2022/copilot-agent-mcp/model-context-protocol-add-solution-item.png" alt-text="Screenshot that shows adding the MCP configuration file location to Solution Items." lightbox="media/vs-2022/copilot-agent-mcp/model-context-protocol-add-solution-item.png":::
134+
:::image type="content" source="media/vs-2022/mcp-servers/model-context-protocol-add-solution-item.png" alt-text="Screenshot that shows adding the MCP configuration file location to Solution Items." lightbox="media/vs-2022/mcp-servers/model-context-protocol-add-solution-item.png":::
135135

136136
### Tool Lifecycle
137137

@@ -150,11 +150,11 @@ When a tool is invoked, Copilot requests confirmation to run the tool. This is b
150150

151151
In the chat pane, after a tool invocation, use the **Allow** dropdown options to automatically confirm the specific tool for the current session, solution, or all future invocations.
152152

153-
:::image type="content" source="media/vs-2022/copilot-agent/copilot-agent-tool-approval.png" alt-text="Screenshot that shows managing agent tool approvals." lightbox="media/vs-2022/copilot-agent/copilot-agent-tool-approval.png":::
153+
:::image type="content" source="media/vs-2022/copilot-agent-mode/copilot-agent-tool-approval.png" alt-text="Screenshot that shows managing agent tool approvals." lightbox="media/vs-2022/copilot-agent-mode/copilot-agent-tool-approval.png":::
154154

155155
You can reset tool confirmation selections in **Tools** > **Options** > **GitHub** > **Copilot** > **Tools**.
156156

157-
:::image type="content" source="media/vs-2022/copilot-agent/copilot-agent-tool-config.png" alt-text="Screenshot that shows the tools configuration setting." lightbox="media/vs-2022/copilot-agent/copilot-agent-tool-config.png":::
157+
:::image type="content" source="media/vs-2022/copilot-agent-mode/copilot-agent-tool-config.png" alt-text="Screenshot that shows the tools configuration setting." lightbox="media/vs-2022/copilot-agent-mode/copilot-agent-tool-config.png":::
158158

159159
## Frequently asked questions
160160

0 commit comments

Comments
 (0)