We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21e1673 + 60aa8b8 commit 489cc90Copy full SHA for 489cc90
1 file changed
src/extension/Dockerfile
@@ -42,7 +42,7 @@ LABEL org.opencontainers.image.title="Docker MCP Toolkit" \
42
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/main/src/extension/ui/src/assets/extension-icon.png" \
43
com.docker.extension.detailed-description="Browse and connect Dockerized MCP servers to your favorite MCP clients" \
44
com.docker.extension.publisher-url="https://www.docker.com/" \
45
- com.docker.extension.additional-urls="https://hub.docker.com/catalogs/mcp" \
+ com.docker.extension.additional-urls="[{\"title\":\"MCP Catalog\",\"url\":\"https://hub.docker.com/catalogs/mcp\"}]" \
46
com.docker.extension.categories="utility-tools" \
47
com.docker.extension.changelog="Added MCP catalog"
48
0 commit comments