mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-15 23:31:05 +00:00
The client parsed /v4/memories/list with z.looseObject, which keeps unknown keys. The API returns extra per-entry fields (spaceId, orgId, metadata, memoryRelations, temporalContext, forgetReason, …) that flow into structuredContent, which is validated against the strict tool outputSchema (additionalProperties: false) — producing "data/memoryEntries/N must NOT have additional properties". Switch memoryEntrySchema and memoryEntryHistorySchema to z.object, which strips unknown keys on parse while still tolerating new API fields. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| browser-extension | ||
| docs | ||
| mcp | ||
| memory-graph-playground | ||
| raycast-extension | ||
| web | ||