From db651dac4d917c02c9f2c48468e4f235d2773c03 Mon Sep 17 00:00:00 2001 From: Luiz Bon <292532+luizbon@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:32:21 +1100 Subject: [PATCH 1/2] Add API Center MCP registry URL The API Center MCP registry URL is not documented anywhere, adding it to the documentation to help with the setup. --- .../how-tos/administer-copilot/configure-mcp-server-access.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md b/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md index 94ca02fb093c..07ac90887c97 100644 --- a/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md +++ b/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md @@ -196,5 +196,9 @@ For enterprises that want a dynamic and fully managed option, Azure API Center ( > [!NOTE] > Azure API Center includes a free tier for basic API cataloging and discovery. Larger organizations may choose to use paid Azure API Management plans for higher scale and advanced governance. +> +> The Azure API Center URL serving the MCP Registry is the **Runtime URL** suffixed with `/workspaces/default/v0/servers`. +> +> **Example**: https://{api-center-name}.data.{location}.azure-apicenter.ms/workspaces/default/v0/servers For more information, see [Azure API Center Documentation](https://learn.microsoft.com/en-us/azure/api-center/) and [Azure API Center Quickstart](https://learn.microsoft.com/en-us/azure/api-center/set-up-api-center). From 32d89c82ce92c986e19dfaec367b7fef58bec8f0 Mon Sep 17 00:00:00 2001 From: Luiz Bon <292532+luizbon@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:32:16 +1100 Subject: [PATCH 2/2] Update MCP Registry URL in documentation VSCode suffix the registry endpoint with /v0.1/servers and /v0/servers when validating the registry. --- .../how-tos/administer-copilot/configure-mcp-server-access.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md b/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md index 07ac90887c97..d0d182a0dc34 100644 --- a/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md +++ b/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md @@ -197,8 +197,8 @@ For enterprises that want a dynamic and fully managed option, Azure API Center ( > [!NOTE] > Azure API Center includes a free tier for basic API cataloging and discovery. Larger organizations may choose to use paid Azure API Management plans for higher scale and advanced governance. > -> The Azure API Center URL serving the MCP Registry is the **Runtime URL** suffixed with `/workspaces/default/v0/servers`. +> The Azure API Center URL serving the MCP Registry is the **Runtime URL** suffixed with `/workspaces/default`. > -> **Example**: https://{api-center-name}.data.{location}.azure-apicenter.ms/workspaces/default/v0/servers +> **Example**: https://{api-center-name}.data.{location}.azure-apicenter.ms/workspaces/default For more information, see [Azure API Center Documentation](https://learn.microsoft.com/en-us/azure/api-center/) and [Azure API Center Quickstart](https://learn.microsoft.com/en-us/azure/api-center/set-up-api-center).