Swap server names to use valid names in the MCP Catalog

This commit is contained in:
Michael Irwin
2026-03-31 16:21:57 -04:00
parent 85582ec048
commit 0fc8c1de7b

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
```