memwal_restore reported a higher total blob count for a namespace than memwal_recall could ever return, regardless of query breadth. Root cause appears to be: a memwal_remember call that errored client-side with "MCP error -32000: Connection closed" had actually succeeded server-side, writing a blob that restore's count includes but recall's semantic search never surfaces. Recommend memwal_restore return blob IDs alongside counts, so orphaned/unindexed blobs can be identified and inspected directly.
memwal_restore reported a higher total blob count for a namespace than memwal_recall could ever return, regardless of query breadth. Root cause appears to be: a memwal_remember call that errored client-side with "MCP error -32000: Connection closed" had actually succeeded server-side, writing a blob that restore's count includes but recall's semantic search never surfaces. Recommend memwal_restore return blob IDs alongside counts, so orphaned/unindexed blobs can be identified and inspected directly.