-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
File: content/manuals/ai/docker-agent/integrations/mcp.md
Issue
The MCP Gateway section tells readers to see the MCP Gateway documentation for "available servers and configuration options":
The
docker:prefix tells Docker Agent to use the MCP Gateway for this server. See the MCP Gateway documentation for available servers and configuration options.
However, the linked mcp-gateway.md page doesn't actually list available servers. It explains how the gateway works and mentions that servers come from profiles and catalogs, but doesn't provide a list of available servers.
The actual list of available servers appears to be in the catalog.md file (content/manuals/ai/mcp-catalog-and-toolkit/catalog.md), based on the directory listing.
This is a cross-reference drift issue where the link context ("for available servers") doesn't match what the destination page actually provides.
Suggested fix
Update the link to point to the catalog page instead:
The `docker:` prefix tells Docker Agent to use the MCP Gateway for this server. See the [MCP Catalog](/ai/mcp-catalog-and-toolkit/catalog/) for available servers and the [MCP Gateway documentation](/ai/mcp-catalog-and-toolkit/mcp-gateway/) for configuration options.Or, if the gateway page should list available servers, add that content to mcp-gateway.md.
Found by nightly documentation freshness scanner