Skip to content

Commit fd855b9

Browse files
committed
validation
1 parent afd4611 commit fd855b9

7 files changed

+6
-6
lines changed

articles/app-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ items:
6464
- name: Invoke OpenAPI app from Azure AI Agent
6565
href: invoke-openapi-web-app-from-azure-ai-agent-service.md
6666
- name: Add MCP server to app
67-
href: tutorial-ai-mcp-server-dotnet.md
67+
href: tutorial-ai-model-context-protocol-server-dotnet.md
6868
- name: Chatbot with local SLM
6969
href: tutorial-ai-slm-dotnet.md
7070

articles/app-service/tutorial-ai-mcp-server-dotnet.md renamed to articles/app-service/tutorial-ai-model-context-protocol-server-dotnet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.collection: ce-skilling-ai-copilot
1414

1515
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.
1616

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.":::
1818

1919
If your web application already has useful features, like shopping, hotel booking, or data management, it's easy to make those capabilities available for:
2020

@@ -173,7 +173,7 @@ At a minimum, open the [sample application](https://github.com/Azure-Samples/msd
173173
174174
1. Select the **Tools** button, then select **Add More Tools...** in the dropdown.
175175
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.":::
177177
178178
1. Select **Add MCP Server**.
179179
@@ -189,11 +189,11 @@ At a minimum, open the [sample application](https://github.com/Azure-Samples/msd
189189
190190
1. By default, GitHub Copilot shows you a security confirmation when you invoke an MCP server. Select **Continue**.
191191
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.":::
193193
194194
You should now see a response that indicates that the MCP tool call is successful.
195195
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.":::
197197
198198
## Deploy your MCP server to App Service
199199
@@ -212,7 +212,7 @@ At a minimum, open the [sample application](https://github.com/Azure-Samples/msd
212212
213213
1. Above your modified MCP server configuration, select **Start**.
214214
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.":::
216216
217217
1. Start a new GitHub Copilot Chat window. You should be able to view, create, update, and delete tasks in the Copilot agent.
218218

0 commit comments

Comments
 (0)