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
<!--Currently only the **Premium**, **Standard**, and **Basic** tiers of API Management support MCP servers.
16
16
17
17
Document need an IcM for SKUv2 --
18
18
@@ -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 and is being released first to the **AI Gateway Early**[update group](configure-service-update-settings.md#update-group).
24
+
> This feature is currently in preview and is being released first to the **AI Gateway Early**[update group](configure-service-update-settings.md).
25
25
26
26
In this article, you learn how to:
27
27
@@ -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 information for order ID 2
118
+
Get information for order 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