@echomem/mcp 1.4.12 → 1.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -584,6 +584,7 @@ class EchoMemApiClient {
|
|
|
584
584
|
async searchMemoriesRetrieved(query, opts, enc) {
|
|
585
585
|
const response = await this.axios.post("/api/extension/memories/deep-search/candidates", {
|
|
586
586
|
query,
|
|
587
|
+
requestId: randomUUID(),
|
|
587
588
|
sessionId: this.sessionId,
|
|
588
589
|
userTimeZone: Intl.DateTimeFormat().resolvedOptions().timeZone || "UTC",
|
|
589
590
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@echomem/mcp",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.13",
|
|
4
4
|
"description": "EchoMem MCP bridge: cloud-first memory tools, local context HUD, and the Agent Doctor workspace forensics report (cost ledger + 3D repo city)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|