fix: write mcp edge explanations to canonical field

This commit is contained in:
“BeeRad”
2026-04-27 15:02:33 +10:00
parent 1019a2b846
commit ceaace1f4a
2 changed files with 38 additions and 22 deletions
+1 -1
View File
@@ -557,7 +557,7 @@ async function main() {
from_node_id: e.from_node_id,
to_node_id: e.to_node_id,
type: e.context?.type ?? null,
explanation: e.context?.explanation ?? null
explanation: e.explanation ?? e.context?.explanation ?? null
}))
}
};