Skip to content

Commit d90f88b

Browse files
committed
Rename legacy plan/diagnostic references from manufact to madmcp in mem/tools.js comments and runtime warning text (no live Mem0 entity currently exists under the old names, confirmed via mem0_search)
1 parent deaa5a9 commit d90f88b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

connectors/mem/tools.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
// content distinct.
104104
//
105105
// 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):
107107
// mem0_add/mem0_add_batch/mem0_update accept an optional `relations` array
108108
// of {to_entity_id, relation}, stored under metadata.relations — same
109109
// "store in metadata, resolve client-side" mechanism as tags/entity_id/
@@ -143,7 +143,7 @@
143143
// patched and deleted in the same call, though that's not a real use case).
144144
//
145145
// 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):
147147
// Adds findReferencingEntities (reverse lookup — who points AT this
148148
// entity_id, since relations are stored one-directional on the source
149149
// memory only), a resolveRelationTarget helper that distinguishes three
@@ -736,7 +736,7 @@ export function register(server) {
736736
const landed = await verifyLanded({ user_id, agent_id, run_id, entity_id, content });
737737
const landedNote = landed
738738
? ` 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.`;
740740
const relationNote = relationWarnings.length ? `\n\n⚠ Relations:\n${relationWarnings.map((w) => ` ${w}`).join("\n")}` : "";
741741
return {
742742
content: [{

0 commit comments

Comments
 (0)