You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this tutorial, you'll learn how to expose your app's functionality through Model Context Protocol (MCP), add it as a tool to GitHub Copilot, and interact with your app using natural language in Copilot Chat agent mode.
16
16
17
-
:::image type="content" source="media/tutorial-ai-mcp-server-dotnet/mcp-call-intro.png" alt-text="Screenshot showing GitHub Copilot calling Todos MCP server hosted in Azure App Service.":::
17
+
:::image type="content" source="media/tutorial-ai-model-context-protocol-server-dotnet/model-context-protocol-call-intro.png" alt-text="Screenshot showing GitHub Copilot calling Todos MCP server hosted in Azure App Service.":::
18
18
19
19
If your web application already has useful features, like shopping, hotel booking, or data management, it's easy to make those capabilities available for:
20
20
@@ -173,7 +173,7 @@ At a minimum, open the [sample application](https://github.com/Azure-Samples/msd
173
173
174
174
1. Select the **Tools** button, then select **Add More Tools...** in the dropdown.
175
175
176
-
:::image type="content" source="media/tutorial-ai-mcp-server-dotnet/add-mcp-tool.png" alt-text="Screenshot showing how to add an MCP server in GitHub Copilot Chat agent mode.":::
176
+
:::image type="content" source="media/tutorial-ai-model-context-protocol-server-dotnet/add-model-context-protocol-tool.png" alt-text="Screenshot showing how to add an MCP server in GitHub Copilot Chat agent mode.":::
177
177
178
178
1. Select **Add MCP Server**.
179
179
@@ -189,11 +189,11 @@ At a minimum, open the [sample application](https://github.com/Azure-Samples/msd
189
189
190
190
1. By default, GitHub Copilot shows you a security confirmation when you invoke an MCP server. Select **Continue**.
191
191
192
-
:::image type="content" source="media/tutorial-ai-mcp-server-dotnet/mcp-call-confirmation.png" alt-text="Screenshot showing the default security message from an MCP invocation in GitHub Copilot Chat.":::
192
+
:::image type="content" source="media/tutorial-ai-model-context-protocol-server-dotnet/model-context-protocol-call-confirmation.png" alt-text="Screenshot showing the default security message from an MCP invocation in GitHub Copilot Chat.":::
193
193
194
194
You should now see a response that indicates that the MCP tool call is successful.
195
195
196
-
:::image type="content" source="media/tutorial-ai-mcp-server-dotnet/mcp-call-success.png" alt-text="Screenshot showing that the response from the MCP tool call in the GitHub Copilot Chat window.":::
196
+
:::image type="content" source="media/tutorial-ai-model-context-protocol-server-dotnet/model-context-protocol-call-success.png" alt-text="Screenshot showing that the response from the MCP tool call in the GitHub Copilot Chat window.":::
197
197
198
198
## Deploy your MCP server to App Service
199
199
@@ -212,7 +212,7 @@ At a minimum, open the [sample application](https://github.com/Azure-Samples/msd
212
212
213
213
1. Above your modified MCP server configuration, select **Start**.
214
214
215
-
:::image type="content" source="media/tutorial-ai-mcp-server-dotnet/mcp-server-start.png" alt-text="Screenshot showing how to manually start an MCP server from the local mcp.json file.":::
215
+
:::image type="content" source="media/tutorial-ai-model-context-protocol-server-dotnet/model-context-protocol-server-start.png" alt-text="Screenshot showing how to manually start an MCP server from the local mcp.json file.":::
216
216
217
217
1. Start a new GitHub Copilot Chat window. You should be able to view, create, update, and delete tasks in the Copilot agent.
0 commit comments