Skip to content

Commit 769b9a9

Browse files
authored
Merge pull request #24593 from mikesir87/swap-custom-catalog-example
Swap server names to use valid names in the MCP Catalog
2 parents 85582ec + 0fc8c1d commit 769b9a9

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)