Skip to content

Commit 0b1b1e3

Browse files
committed
fixes
1 parent 3e2a8fa commit 0b1b1e3

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
File renamed without changes.

articles/ai-foundry/agents/how-to/tools/mcp.md renamed to articles/ai-foundry/agents/how-to/tools/model-context-protocol.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.date: 06/17/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
13+
ms.custom: references_regions
1314
---
1415
# Connect to Model Context Protocol (MCP) Servers (Preview)
1516
You can extend the capabilities of your Foundry Agent by connecting it to tools hosted on remote Model Context Protocol (MCP) servers (bring your own MCP server endpoint). These servers are maintained by developers and organizations and expose tools that can be accessed by MCP-compatible clients, such as the Foundry Agent service.
@@ -27,7 +28,7 @@ You can bring multiple remote MCP servers to Foundry Agent service by adding the
2728

2829
> [!Note]
2930
> * You need to bring a remote MCP server (an existing MCP server endpoint)
30-
> * With current MCP tool in Foundry Agent, explicit approval is not supported yet (only `never` is accepted for `require_approval` parameter). Please review carefully what MCP server(s) you added to Foundry Agent service. We recommend reviewing all data being shared with remote MCP servers and optionally logging it for auditing purposes.
31+
> * With current MCP tool in Foundry Agent, explicit approval is not supported (only `never` is accepted for `require_approval` parameter). Please review carefully what MCP server(s) you added to Foundry Agent service. We recommend reviewing all data being shared with remote MCP servers and optionally logging it for auditing purposes.
3132
> * Supported regions: `westus`, `westus2` and `uaenorth`
3233
3334
## Usage support

articles/ai-foundry/agents/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ items:
8989
- name: Model Context Protocol (MCP)
9090
items:
9191
- name: Overview
92-
href: how-to/tools/mcp.md
92+
href: how-to/tools/model-context-protocol.md
9393
displayName: model context protocol, mcp
9494
- name: How to use Model Context Protocol
9595
displayName: model context protocol, mcp samples
96-
href: how-to/tools/mcp-samples.md
96+
href: how-to/tools/model-context-protocol-samples.md
9797
- name: Azure Functions
9898
items:
9999
- name: Overview

articles/ai-foundry/agents/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article provides a summary of the latest releases and major documentation u
1919

2020
### Model Context Protocol (MCP) tool
2121

22-
You can new extend the capabilities of your agents by connecting them to tools hosted on remote [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) servers by using the [MCP tool](./how-to/tools/mcp.md).
22+
You can new extend the capabilities of your agents by connecting them to tools hosted on remote [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) servers by using the [MCP tool](./how-to/tools/model-context-protocol.md).
2323

2424
## May 2025
2525

0 commit comments

Comments
 (0)