Merge pull request #24593 from mikesir87/swap-custom-catalog-example

Swap server names to use valid names in the MCP Catalog
This commit is contained in:
David Karlsson
2026-03-31 22:34:08 +02:00
committed by GitHub

View File

@@ -324,8 +324,8 @@ Create a catalog and specify which servers to include:
```console
$ docker mcp catalog create registry.example.com/mcp/data-tools:latest \
--title "Data Analysis Tools" \
--server catalog://mcp/docker-mcp-catalog/postgres \
--server catalog://mcp/docker-mcp-catalog/brave-search \
--server catalog://mcp/docker-mcp-catalog/sequentialthinking \
--server catalog://mcp/docker-mcp-catalog/brave \
--server docker://registry.example.com/mcp/analytics:latest
```