Skip to content

Commit 63be81f

Browse files
dvdksnclaude
andcommitted
Advertise the Docker docs MCP server
Publish an MCP Server Card at /.well-known/mcp/server-card.json pointing at https://mcp-docs.docker.com/mcp, so agents doing MCP discovery can find the official Docker docs endpoint. Mirror the serverInfo and capabilities reported by the server's initialize response. Also add a one-line pointer near the top of llms.txt so LLMs fetching the index learn about the structured-access alternative. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent bca4905 commit 63be81f

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

layouts/home.llms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
{{- $grouped := $sorted.GroupBy "Section" -}}
44

55
# Docker Documentation
6+
7+
> MCP endpoint for structured agent access: https://mcp-docs.docker.com/mcp
68
{{- range $grouped }}
79

810
## {{ humanize .Key }}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"serverInfo": {
3+
"name": "llms-txt",
4+
"version": "1.26.0",
5+
"description": "Official Docker documentation MCP server. Exposes a fetch_docker_docs tool that returns the docs.docker.com content index."
6+
},
7+
"transport": {
8+
"type": "http",
9+
"url": "https://mcp-docs.docker.com/mcp"
10+
},
11+
"capabilities": {
12+
"prompts": {
13+
"listChanged": false
14+
},
15+
"resources": {
16+
"subscribe": false,
17+
"listChanged": false
18+
},
19+
"tools": {
20+
"listChanged": false
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)