Skip to content

Commit 85b8a9c

Browse files
committed
fixed note box
1 parent 7bd3903 commit 85b8a9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

learn-pr/wwl-data-ai/build-backends-azure-functions/includes/7-exercise-create-mcp-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ The Model Context Protocol (MCP) is an open standard that defines how AI agents
22

33
In this exercise, you create an Azure Functions project with the MCP extension, define tool trigger functions for document processing, configure the MCP server settings, and test the server locally by connecting to it from GitHub Copilot in agent mode.
44

5-
>**Note:** This exercise uses the Azure Functions MCP extension, which is actively evolving. Visit the [Azure Functions MCP extension documentation](/azure/azure-functions/functions-bindings-mcp-trigger) for the most up-to-date setup instructions, API surface, and configuration options.
5+
> [!NOTE]
6+
> This exercise uses the Azure Functions MCP extension, which is actively evolving. Visit the [Azure Functions MCP extension documentation](/azure/azure-functions/functions-bindings-mcp-trigger) for the most up-to-date setup instructions, API surface, and configuration options.
67
78
Tasks performed in this exercise:
89

0 commit comments

Comments
 (0)