Skip to content

Commit 2099c0f

Browse files
committed
Fix link to point to MCP Catalog for available servers instead of MCP Gateway
1 parent 050f15d commit 2099c0f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • content/manuals/ai/docker-agent/integrations

content/manuals/ai/docker-agent/integrations/mcp.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ agents:
5555
```
5656
5757
The `docker:` prefix tells Docker Agent to use the MCP Gateway for this server. See
58-
the [MCP Gateway documentation](/ai/mcp-catalog-and-toolkit/mcp-gateway/) for
59-
available servers and configuration options.
58+
the [MCP Catalog](/ai/mcp-catalog-and-toolkit/catalog/) for available servers and the
59+
[MCP Gateway documentation](/ai/mcp-catalog-and-toolkit/mcp-gateway/) for
60+
configuration options.
6061

6162
You can also use the [MCP Toolkit](/ai/mcp-catalog-and-toolkit/) to explore and
6263
manage MCP servers interactively.
@@ -95,7 +96,7 @@ Example configuration:
9596
"myagent": {
9697
"command": "docker",
9798
"args": [
98-
"agent",
99+
"agent",
99100
"serve",
100101
"mcp",
101102
"/path/to/agent.yml",

0 commit comments

Comments
 (0)