Skip to content

Commit 5122dcb

Browse files
committed
Enhance MCP documentation for clarity by updating descriptions of interactive MCP Apps and their functionalities
1 parent 337922f commit 5122dcb

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

articles/azure-functions/scenario-custom-remote-mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zone_pivot_groups: programming-languages-set-functions
1515

1616
# Quickstart: Build a custom remote MCP server using Azure Functions
1717

18-
In this quickstart, you create a custom remote Model Context Protocol (MCP) server from a template project by using the Azure Developer CLI (`azd`). This MCP server uses the Azure Functions MCP server extension to provide tools for AI models, agents, and assistants. You can also use the MCP server extension to [create MCP Apps endpoints](./scenario-mcp-apps.md).
18+
In this quickstart, you create a custom remote Model Context Protocol (MCP) server from a template project by using the Azure Developer CLI (`azd`). This MCP server uses the Azure Functions MCP server extension to provide tools for AI models, agents, and assistants. You can also use the MCP server extension to [create interactive MCP Apps](./scenario-mcp-apps.md).
1919

2020
After running the project locally and verifying your code by using GitHub Copilot, you deploy it to a new serverless function app in Azure Functions that follows current best practices for secure and scalable deployments.
2121

articles/azure-functions/scenario-mcp-apps.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ zone_pivot_groups: programming-languages-set-functions
1313

1414
# Quickstart: Build an MCP Apps using Azure Functions
1515

16-
In this quickstart, you create a Model Context Protocol (MCP) server from a template project by using the Azure Developer CLI (`azd`). This MCP server uses the Azure Functions MCP extension to return MCP Apps resources.
17-
18-
[MCP Apps](https://blog.modelcontextprotocol.io/posts/2026-01-26-mcp-apps/) is an extension of the Model Context Protocol (MCP) specification that lets tools return rich, interactive user interfaces. You can also use the MCP server extension to [create text-based tool endpoints](./scenario-custom-remote-mcp-server.md).
16+
In this quickstart, you create a Model Context Protocol (MCP) server from a template project by using the Azure Developer CLI (`azd`). This MCP server uses the Azure Functions MCP extension to create [MCP Apps](https://blog.modelcontextprotocol.io/posts/2026-01-26-mcp-apps/), which are tools that return rich, interactive user interfaces. You can also use the MCP server extension to [create text-based tools](./scenario-custom-remote-mcp-server.md).
1917

2018
After running the project locally and verifying your code by using GitHub Copilot, you deploy it to a new serverless function app in Azure Functions that follows current best practices for secure and scalable deployments.
2119

0 commit comments

Comments
 (0)