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/azure-functions/functions-mcp-foundry-tools.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,31 +51,31 @@ To learn more about the MCP server authentication options that the Foundry Agent
51
51
52
52
## Get the remote MCP server endpoint
53
53
54
-
Before you can connect the agent to a Functions-hosed MCP server, you must get the endpoint URL for the service. The specific URL format depends on how you created and deployed the MCP server:
54
+
Before you can connect the agent to a Functions-hosed MCP server, you must get the endpoint URL for the service. The specific URL format depends on how you created and deployed your MCP server:
55
55
56
56
| MCP server type | Endpoint format |
57
57
| --------------- | --------------- |
58
-
|[MCP extension](./functions-bindings-mcp.md)-based server |`https://<FUNCTION_APP_NAME>.azurewebsites.net/runtime/webhooks/mcp`|
58
+
| MCP extension-based server |`https://<FUNCTION_APP_NAME>.azurewebsites.net/runtime/webhooks/mcp`|
59
59
| Self-hosted MCP server |`https://<FUNCTION_APP_NAME>.azurewebsites.net/mcp` (unless you changed the route) |
60
60
61
61
For more information, see [Remote MCP servers](./functions-create-ai-enabled-apps.md#remote-mcp-servers).
62
62
63
-
## Get required credentials
63
+
## Get credentials
64
64
65
-
The credentials that your agent needs to connect to the MCP server depend on the way you plan to secure the connection. Choose the tab that indicates your connection option.
65
+
The credentials that your agent needs to connect to the MCP server depend on the way you plan to secure the connection. Choose the tab that indicates your connection authentication option.
66
66
67
67
### [Key-based](#tab/key-based)
68
68
69
69
When you use an access key to connect to your MCP server endpoint, you use a shared secret key to make it more difficult for random agents to connect to your server.
70
70
71
71
>[!IMPORTANT]
72
-
>While access keys provide some mitigation against unwanted access, consider using a positive authentication option to secure your MCP server endpoints in production.
72
+
>While access keys can mitigate unwanted endpoint access, consider using Microsoft Entra ID authentication to secure your MCP server endpoints in production.
73
73
74
-
The access key you need depends on how you built your MCP server:
74
+
The name of the access key you need depends on your MCP server deployment:
75
75
76
76
| MCP server type | Key name | Key type |
77
77
| --------------- | -------- | -------- |
78
-
| MCP extension server |`mcp_extension`| System key |
78
+
| MCP extension-based server |`mcp_extension`| System key |
0 commit comments