Read-only MCP resource exposing the relations graph for visualization: resolved edges plus pending/unresolved edges plus the node set needed to render them. The weight wiki-link syntax ([[X; w=4.2]], <knowledge weight="2.43">) already parses into relations / pending_relations — this slice is purely exposure, the core "brain" graph view.
remindb://graph →
{ "nodes": [ { "id": "", "label": "", "type": "", "temperature": 0.0 } ],
"edges": [ { "source": "", "target": "", "weight": 1.0, "origin": "parsed|manual" } ],
"pending": [ { "source": "", "target_label": "", "target_source": "",
"target_id_hint": "", "weight": 1.0, "origin": "" } ] }
Type: AFK
What to build
Read-only MCP resource exposing the relations graph for visualization: resolved edges plus pending/unresolved edges plus the node set needed to render them. The weight wiki-link syntax (
[[X; w=4.2]],<knowledge weight="2.43">) already parses intorelations/pending_relations— this slice is purely exposure, the core "brain" graph view.Acceptance criteria
relations, pending frompending_relationsskills/remind/SKILL.mdupdatedmake testgreenBlocked by