microsoft/mcp

[ONBOARD] Azure Container Registry MCP Tools

开放

#635 创建于 2025年9月30日

 (0 条评论) (0 个反应) (1 位负责人)C# (560 个派生)auto 404
help wantedonboardingserver-Azure.Mcp

仓库指标

星标
 (3,498 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Container Tools (New Namespace: containers) ⚠️ Note: The containers namespace does not exist yet in the current Azure MCP server implementation.

Azure.Containers.ContainerRegistry

azmcp-containers-registry-tags-list - List all tags for a specific repository with detailed image metadata. This tool shows available image tags including creation dates, manifest digests, and image sizes for version management and deployment. Returns tag information as JSON array. Requires registry-name and repository-name. - Suggested prompt: "Show all tags for repository in registry "

azmcp-containers-registry-manifest-get - Get detailed manifest information for container images including layer details and configuration. This tool retrieves image manifests with layer information, architecture details, and security metadata for image analysis and deployment planning. Returns manifest data as JSON. Requires registry-name, repository-name, and tag-or-digest. - Suggested prompt: "Get the manifest for image : in registry "

贡献者指南