II.
MCPResource JSON
Structured · livemcp-resource:context7-docs
Context7 — library docs json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "mcp-resource:context7-docs",
"_kind": "MCPResource",
"_file": "extensions/mcp/mcp-resources-anthropic.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Context7 — library docs",
"uri": "context7://{library}/{version}",
"mimeType": "text/markdown",
"subscribable": false,
"description": "Documentation snapshots exposed by the `context7` MCP server. Each library\nhas a stable URI scheme; the server resolves the freshest snapshot for the\ngiven version. Useful for grounding tool-using agents in up-to-date docs.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:mcp-context7",
"to": "mcp-resource:context7-docs",
"kind": "exposes_resource",
"attributes": {}
}
]
}