II.
Capability JSON
Structured · livecapability:mcp-resource-links
MCP resource links json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:mcp-resource-links",
"_kind": "Capability",
"_file": "capabilities/capabilities/mcp-resource-links.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "MCP resource links",
"description": "The entity supports resource links in tool call results, allowing\nresources to reference other resources and form graphs. Introduced\nin MCP spec revision 2025-06-18.\nSee https://modelcontextprotocol.io/specification/2025-06-18/server/tools\n",
"appliesToNodeKinds": [
"AgentRuntimeImpl",
"ToolServer"
],
"category": "agent"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "capability:mcp-resource-links",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full",
"notes": "Claude Code follows resource-link references returned in tool results (MCP spec 2025-06-18+). ",
"evidenceSourceIds": [
"evidence:claude-code-docs-mcp-2026"
]
}
},
{
"from": "agent-runtime-impl:cursor.runtime@current",
"to": "capability:mcp-resource-links",
"kind": "supports",
"attributes": {
"versionRange": ">=0.40.0",
"level": "partial",
"notes": "TODO: confirm Cursor's handling of resource link payloads from MCP tool results (introduced in MCP 2025-06-18). Marked partial pending review of https://docs.cursor.com/context/model-context-protocol "
}
},
{
"from": "agent-runtime-impl:opencode.runtime@1.x",
"to": "capability:mcp-resource-links",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "none",
"notes": "TODO: verify OpenCode handling of MCP resource-link payloads\n(introduced in MCP 2025-06-18). Marked `none` pending review of\nhttps://github.com/sst/opencode\n"
}
}
]
}