We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a276e79 + a44c2f1 commit c3cf032Copy full SHA for c3cf032
articles/ai-foundry/agents/how-to/tools/model-context-protocol-samples.md
@@ -33,8 +33,8 @@ curl --request POST \
33
"tools": [
34
{
35
"type": "mcp",
36
- "server_label": "github",
37
- "server_url": "https://gitmcp.io/Azure/azure-rest-api-specs",
+ "server_label": "<unique name for your MCP server>",
+ "server_url": "<your MCP server url>",
38
"require_approval": "never",
39
}
40
],
@@ -80,7 +80,7 @@ curl --request POST \
80
"tool_resources": {
81
"mcp": [
82
83
+ "server_label": "<the same unique name you provided during agent creation>",
84
"headers": {
85
"Authorization": "Bearer <token>",
86
0 commit comments