Frontmatter
| id | 7932 |
| title | Fix timestamp format mismatch in Memory Core service |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Nov 29, 2025, 9:53 PM |
| updatedAt | Nov 29, 2025, 9:56 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7932 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 29, 2025, 9:54 PM |

The
MemoryServicewas returning raw numeric timestamps from the ChromaDB database, but the OpenAPI schema expects ISO 8601 date-time strings. This caused validation errors in tools likeget_session_memories.Changes:
listMemoriesandqueryMemoriesinai/mcp/server/memory-core/services/MemoryService.mjsto convert numeric timestamps to ISO strings.