Skip to content

Commit 33ffb6b

Browse files
committed
edit pass: azure-ai-foundry-agent-service-mcp-documentation
1 parent e43eca8 commit 33ffb6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ curl --request POST \
3434
{
3535
"type": "mcp",
3636
"server_label": "<unique name for your MCP server>",
37-
"server_url": "<your MCP server url>",
37+
"server_url": "<your MCP server URL>",
3838
"allowed_tools": ["<tool_name>"], # optional
3939
}
4040
],

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The most commonly used header is the authorization header. Headers that you pass
3838

3939
For more information on using MCP, see:
4040

41-
* [Security Best Practices](https://modelcontextprotocol.io/specification/draft/basic/security_best_practices) on the Model Context Protocol website
42-
* [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
41+
* [Security Best Practices](https://modelcontextprotocol.io/specification/draft/basic/security_best_practices) on the Model Context Protocol website.
42+
* [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.
4343

4444
> [!NOTE]
4545
> Supported regions are `westus`, `westus2`, `uaenorth`, `southindia`, and `switzerlandnorth`.
@@ -70,7 +70,7 @@ For more information on using MCP, see:
7070
* `{"never":[<tool_name_1>, <tool_name_2>]}`: You provide a list of tools that don't require approval.
7171
* `{"always":[<tool_name_1>, <tool_name_2>]}`: You provide a list of tools that require approval.
7272

73-
1. If the model tries to invoke a tool in your MCP server with approval required, you get a run status of `require_action`. In the `requires_action` field, you can get more details on which tool in MCP server is called, arguments to be passed, and `call_id` value. Review the tool and arguments so that you can make an informed decision for approval.
73+
1. If the model tries to invoke a tool in your MCP server with approval required, you get a run status of `requires_action`. In the `requires_action` field, you can get more details on which tool in the MCP server is called, arguments to be passed, and `call_id` value. Review the tool and arguments so that you can make an informed decision for approval.
7474

7575
1. Submit your approval to the agent with `call_id` by setting `approve` to `true`.
7676

0 commit comments

Comments
 (0)