Skip to content

Commit 7008fd5

Browse files
Merge pull request #6946 from aahill/aug-fixes
updating note
2 parents 0854005 + 7c14b4c commit 7008fd5

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 08/18/2025
9+
ms.date: 09/04/2025
1010
author: aahill
1111
ms.author: aahi
1212
zone_pivot_groups: selection-mcp-code
@@ -15,6 +15,9 @@ ms.custom: azure-ai-agents-code
1515

1616
# How to use the Model Context Protocol tool (preview)
1717

18+
> [!NOTE]
19+
> Supported regions are `westus`, `westus2`, `uaenorth`, `southindia`, and `switzerlandnorth`.
20+
1821
Use this article to find code samples for connecting Azure AI Foundry Agent Service with Model Context Protocol (MCP) servers.
1922

2023
## Prerequisites

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 07/16/2025
9+
ms.date: 09/04/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: references_regions
1313
---
1414

1515
# Connect to Model Context Protocol servers (preview)
1616

17+
> [!NOTE]
18+
> Supported regions are `westus`, `westus2`, `uaenorth`, `southindia`, and `switzerlandnorth`.
19+
1720
You can extend the capabilities of your Azure AI Foundry agent by connecting it to tools hosted on remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) servers (bring your own MCP server endpoint). Developers and organizations maintain these servers. The servers expose tools that MCP-compatible clients, such as Azure AI Foundry Agent Service, can access.
1821

1922
MCP is an open standard that defines how applications provide tools and contextual data to large language models (LLMs). It enables consistent, scalable integration of external tools into model workflows.
@@ -41,9 +44,6 @@ For more information on using MCP, see:
4144
* [Security Best Practices](https://modelcontextprotocol.io/specification/draft/basic/security_best_practices) on the Model Context Protocol website.
4245
* [Understanding and mitigating security risks in MCP implementations](https://techcommunity.microsoft.com/blog/microsoft-security-blog/understanding-and-mitigating-security-risks-in-mcp-implementations/4404667) in the Microsoft Security Community Blog.
4346

44-
> [!NOTE]
45-
> Supported regions are `westus`, `westus2`, `uaenorth`, `southindia`, and `switzerlandnorth`.
46-
4747
## Usage support
4848

4949
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |

0 commit comments

Comments
 (0)