We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7c067 commit 62068e6Copy full SHA for 62068e6
ai/mcp/server/memory-core/services/MemoryService.mjs
@@ -104,7 +104,7 @@ class MemoryService extends Base {
104
return {
105
id,
106
sessionId: metadata.sessionId,
107
- timestamp: metadata.timestamp,
+ timestamp: new Date(metadata.timestamp).toISOString(),
108
prompt : metadata.prompt,
109
thought : metadata.thought,
110
response : metadata.response,
@@ -168,7 +168,7 @@ class MemoryService extends Base {
168
169
170
171
172
173
174
0 commit comments