Skip to content

Commit 904b2cc

Browse files
authored
Fix MCP allowlist guidance for Azure API Center registry URL (#61473)
1 parent 97a3c78 commit 904b2cc

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
> [!NOTE]
2-
> If you set up your MCP registry using Azure API Center, enter the base URL for your API Center. Including route suffixes like `/v0.1/servers` will cause the registry to error out.
2+
> If you set up your MCP registry using Azure API Center, enter the base URL for your API Center, including the workspace path, in the format:
3+
>
4+
> ```text
5+
> https://SERVICE-NAME.data.REGION.azure-apicenter.ms/workspaces/WORKSPACE-NAME
6+
> ```
7+
>
8+
> For example:
9+
>
10+
> ```text
11+
> https://contoso-apic.data.eastus.azure-apicenter.ms/workspaces/default
12+
> ```
13+
>
14+
> Including additional route suffixes like `/v0.1/servers` will cause the registry to error out, because {% data variables.product.prodname_copilot %} appends the MCP v0.1 path automatically.

0 commit comments

Comments
 (0)