|
103 | 103 | // content distinct. |
104 | 104 | // |
105 | 105 | // NOTE on relations (2026-07-13, relational-info step of the anti-bloat plan |
106 | | -// rev 2 — storage/write-side only, see manufact-mem0-relations-plan): |
| 106 | +// rev 2 — storage/write-side only, see madmcp-mem0-relations-plan): |
107 | 107 | // mem0_add/mem0_add_batch/mem0_update accept an optional `relations` array |
108 | 108 | // of {to_entity_id, relation}, stored under metadata.relations — same |
109 | 109 | // "store in metadata, resolve client-side" mechanism as tags/entity_id/ |
|
143 | 143 | // patched and deleted in the same call, though that's not a real use case). |
144 | 144 | // |
145 | 145 | // NOTE on relations traversal/read-side (2026-07-13, completes |
146 | | -// manufact-mem0-relations-plan's relational-info step): |
| 146 | +// madmcp-mem0-relations-plan's relational-info step): |
147 | 147 | // Adds findReferencingEntities (reverse lookup — who points AT this |
148 | 148 | // entity_id, since relations are stored one-directional on the source |
149 | 149 | // memory only), a resolveRelationTarget helper that distinguishes three |
@@ -736,7 +736,7 @@ export function register(server) { |
736 | 736 | const landed = await verifyLanded({ user_id, agent_id, run_id, entity_id, content }); |
737 | 737 | const landedNote = landed |
738 | 738 | ? ` Confirmed landed (id: ${landed.id}).` |
739 | | - : `\n\n⚠ Could not confirm this memory landed after several verification attempts — Mem0's async job may have silently failed (see manufact-mem0-add-silent-failure-diagnostic). Re-run mem0_search/mem0_list shortly to check, and retry mem0_add if it's still missing.`; |
| 739 | + : `\n\n⚠ Could not confirm this memory landed after several verification attempts — Mem0's async job may have silently failed (see madmcp-mem0-add-silent-failure-diagnostic). Re-run mem0_search/mem0_list shortly to check, and retry mem0_add if it's still missing.`; |
740 | 740 | const relationNote = relationWarnings.length ? `\n\n⚠ Relations:\n${relationWarnings.map((w) => ` ${w}`).join("\n")}` : ""; |
741 | 741 | return { |
742 | 742 | content: [{ |
|
0 commit comments