Skip to content

Commit 0fc8c1d

Browse files
committed
Swap server names to use valid names in the MCP Catalog
1 parent 85582ec commit 0fc8c1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/manuals/ai/mcp-catalog-and-toolkit

content/manuals/ai/mcp-catalog-and-toolkit/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ Create a catalog and specify which servers to include:
324324
```console
325325
$ docker mcp catalog create registry.example.com/mcp/data-tools:latest \
326326
--title "Data Analysis Tools" \
327-
--server catalog://mcp/docker-mcp-catalog/postgres \
328-
--server catalog://mcp/docker-mcp-catalog/brave-search \
327+
--server catalog://mcp/docker-mcp-catalog/sequentialthinking \
328+
--server catalog://mcp/docker-mcp-catalog/brave \
329329
--server docker://registry.example.com/mcp/analytics:latest
330330
```
331331

0 commit comments

Comments
 (0)