iiRecord
Agentic AI Atlas · GitHub issue snapshot
mcp-resource:github-issuea5c.ai
II.
MCPResource JSON

mcp-resource:github-issue

Structured · live

GitHub issue snapshot json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/mcp/mcp-resources-anthropic.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}