For using Azure API Center as an MCP Registry, what is the proper url format? #179971
-
Select Topic AreaQuestion Copilot Feature AreaCopilot in GitHub Bodyapi-center-name.data.region.azure-apicenter.ms/workspaces/default ? api-center-name.data.region.azure-apicenter.ms ? The documentation here is unclear: https://docs.github.com/en/copilot/how-tos/administer-copilot/manage-mcp-usage/configure-mcp-server-access
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi there. From what I know That means you should use: https://api-center-name.data.region.azure-apicenter.ms
Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
|
The correct format is just the base URL of your Azure API Center instance, nothing more. No workspace paths, no routes, no It should look like: Examples: Copilot expects to handle the MCP discovery flow itself, so adding anything after the base domain will make the registry fail. Just give it the root URL and it works. |
Beta Was this translation helpful? Give feedback.
The correct format is just the base URL of your Azure API Center instance, nothing more. No workspace paths, no routes, no
/v0.1/servers, no/workspaces/default.It should look like:
Examples:
Copilot expects to handle the MCP discovery flow itself, so adding anything after the base domain will make the registry fail. Just give it the root URL and it works.