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
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/model-context-protocol.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You can bring multiple remote MCP servers to Foundry Agent service by adding the
43
43
1. Find the remote MCP server you want to connect to, such as GitHub MCP Server. Create or update a Foundry Agent with a `mcp` tool with the following information:
44
44
1.`server_url`: the url of the MCP server, for example, `https://api.githubcopilot.com/mcp/`
45
45
2.`server_label`: a unique identifier of this MCP server to the agent, for example, `github`
46
-
3.`allowed_tools`: optional, a list of tools you want to allow without approval
46
+
3.`allowed_tools`: optional, specify the tools that this agent can have access to and use.
47
47
48
48
1. Create a run and pass additional information about the `mcp` tool in `tool_resources` with headers
49
49
1.`tool_label`: use the identifier you provided during create/update agent
0 commit comments