LearnNewsExamplesServices
Frontmatter
id8198
title[Memory Core] Fix timestamp schema validation error in get_all_summaries
stateClosed
labels
bugai
assigneestobiu
createdAtDec 29, 2025, 6:13 AM
updatedAtDec 29, 2025, 6:20 AM
githubUrlhttps://github.com/neomjs/neo/issues/8198
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 29, 2025, 6:20 AM

[Memory Core] Fix timestamp schema validation error in get_all_summaries

Closed v11.18.0 bugai
tobiu
tobiu commented on Dec 29, 2025, 6:13 AM

The get_all_summaries tool fails with a schema validation error because it returns a numeric timestamp from ChromaDB, while the OpenAPI schema expects an ISO 8601 string.

Error: MCP error -32602: Structured content does not match the tool's output schema: data/summaries/0/timestamp must be string

Proposed Fix: Update ai/mcp/server/memory-core/services/SummaryService.mjs to convert the timestamp metadata to an ISO string in both listSummaries and querySummaries.

tobiu added the bug label on Dec 29, 2025, 6:13 AM
tobiu added the ai label on Dec 29, 2025, 6:13 AM
tobiu assigned to @tobiu on Dec 29, 2025, 6:13 AM
tobiu referenced in commit d0eab0a - "[Memory Core] Fix timestamp schema validation error in get_all_summaries #8198" on Dec 29, 2025, 6:20 AM
tobiu closed this issue on Dec 29, 2025, 6:20 AM