Add support for ACR (Azure Container Registry) and MCR (Microsoft Container Registry) #754
+28
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Microsoft uses
mcr.microsoft.comto host our public containers. These are syndicated to Docker Hub but image references usemcr.microsoft.comwhich is not currently supported by the Official MCP Registry.See #753.
Microsoft teams want to use MCR-based images for Microsoft MCP servers.
I believe we should be adding ACR support as well, so that our customers using Azure Container Registry can use the MCP Registry as well.
In short, MCR is used for Microsoft managed containers. ACR is a solution for Azure customers to host their own containers.
How Has This Been Tested?
Unit tests.
Manual test: local push of a server.json with
mcr.microsoft.com/azure-sdk/azure-mcp:2.0.0-beta.1andazurearcjumpstart.azurecr.io/hello-arc:latestin it. The error is now about missing annotation not unsupported OCI registry.Breaking Changes
No.
Types of changes
Checklist
Additional context