We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8287141 commit 1328c2aCopy full SHA for 1328c2a
1 file changed
apps/mcp/src/client.ts
@@ -111,7 +111,7 @@ export class SupermemoryClient {
111
112
// Delete the most similar match
113
const memoryToDelete = searchResult.results[0]
114
- await this.client.memories.delete(memoryToDelete.id)
+ await this.client.documents.delete(memoryToDelete.id)
115
116
const memoryText = memoryToDelete.memory || memoryToDelete.content || ""
117
return {
0 commit comments