II.
MCPResource JSON
Structured · livemcp-resource:github-issue
GitHub issue snapshot json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "mcp-resource:github-issue",
"_kind": "MCPResource",
"_file": "extensions/mcp/mcp-resources-anthropic.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GitHub issue snapshot",
"uri": "github://repos/{owner}/{repo}/issues/{number}",
"mimeType": "application/json",
"subscribable": true,
"description": "Per-issue snapshot exposed by the GitHub MCP server. Subscribable: emits\n`notifications/resources/updated` when the issue changes (comments, labels,\nstate) so client agents can refresh their context.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:mcp-github",
"to": "mcp-resource:github-issue",
"kind": "exposes_resource",
"attributes": {}
}
]
}