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
@@ -21,7 +21,7 @@ Need to use the GenAI release group -->
21
21
In API Management, you can expose a REST API managed in API Management as a remote [Model Context Protocol (MCP)](https://www.anthropic.com/news/model-context-protocol) server. You can expose one or more of the API operations as tools that can be called by clients using the MCP protocol.
22
22
23
23
> [!NOTE]
24
-
> This feature is currently in preview.
24
+
> This feature is currently in preview and is being released first to the **AI Gateway Early**[update group](configure-service-update-settings.md#update-group).
25
25
26
26
In this article, you learn how to:
27
27
@@ -32,7 +32,7 @@ In this article, you learn how to:
32
32
33
33
## Prerequisites
34
34
35
-
+ Complete the following quickstart: [Create an Azure API Management instance](get-started-create-service-instance.md).
35
+
+ Complete the following quickstart: [Create an Azure API Management instance](get-started-create-service-instance.md). Currently only the **Premium**, **Standard**, and **Basic** tiers of API Management support MCP servers.
36
36
+ Make sure that your instance manages a REST API that you'd like to expose as an MCP server. To import a sample API, see [Import and publish your first API](import-and-publish.md).
37
37
> [!NOTE]
38
38
> Only expose HTTP APIs from API Management can be exposed as MCP servers.
@@ -115,7 +115,7 @@ After adding an MCP server, you can use tools in agent mode.
115
115
1. Enter a prompt in the chat to invoke the tool. For example, if you selected a tool to get information about an order, you can ask the agent about an order.
116
116
117
117
```copilot-prompt
118
-
Get order information for order ID 2
118
+
Get information for order ID 2
119
119
```
120
120
121
121
Select **Continue** to see the results. The agent uses the tool to call the MCP server and returns the results in the chat.
0 commit comments