@echomem/mcp 1.4.33 → 1.4.35

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/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@echomem/mcp",
3
- "version": "1.4.33",
4
- "description": "EchoMem MCP bridge: cloud-first memory tools, local context HUD, and the Agent Doctor workspace forensics report (cost ledger + 3D repo city)",
3
+ "version": "1.4.35",
4
+ "description": "EchoMem MCP bridge: cloud-first memory tools and the Agent Doctor workspace forensics report (cost ledger + 3D repo city)",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
+ "echoDesktop": {
8
+ "minimumVersion": "1.0.0",
9
+ "runtimeLayout": 1
10
+ },
7
11
  "bin": {
8
12
  "mcp": "dist/index.js",
9
- "echomem-mcp": "dist/index.js",
10
- "echomem-hud": "dist/hud/cli.js"
13
+ "echomem-mcp": "dist/index.js"
11
14
  },
12
15
  "files": [
13
16
  "dist",
@@ -23,22 +26,24 @@
23
26
  "smoke": "node smoke.mjs",
24
27
  "preview:extraction": "npm run build && node scripts/preview-extraction.mjs",
25
28
  "stress:long-history": "npm run build && node scripts/stress-long-history.mjs",
29
+ "stress:long-claude-history": "npm run build && node scripts/stress-long-claude-history.mjs",
26
30
  "test:artifact": "npm run build && node test/package-artifact.test.mjs",
27
31
  "test:registry": "node test/registry-artifact.test.mjs",
28
32
  "test:registry-ui": "npm run build && node test/registry-ui.test.mjs",
29
33
  "test:ui": "npm run build && node test/setup-ui.test.mjs",
34
+ "test:onboarding-resilience": "npm run build && node test/onboarding-resilience.test.mjs",
30
35
  "test:billing-ui": "npm run build && node test/setup-ui.test.mjs billing",
31
- "test": "npm run build && node test/local-data-paths.test.mjs && node test/crypto.test.mjs && node test/integration.test.mjs && node test/local-auth.test.mjs && node test/retrieval-only.test.mjs && node test/no-restart.test.mjs && node test/report.test.mjs && node test/forensics.test.mjs && node test/canonical-golden.test.mjs && node test/tools.test.mjs && node test/group-map.test.mjs && node test/update-check.test.mjs && node test/delete.test.mjs && node test/low-touch-tools.test.mjs && node test/migrate.test.mjs && node test/restart-recovery.test.mjs && node test/hud.test.mjs && node test/save-checkpoint-hook.test.mjs",
36
+ "test": "npm run build && node test/local-data-paths.test.mjs && node test/crypto.test.mjs && node test/integration.test.mjs && node test/onboarding-resilience.test.mjs && node test/local-auth.test.mjs && node test/retrieval-only.test.mjs && node test/no-restart.test.mjs && node test/report.test.mjs && node test/forensics.test.mjs && node test/canonical-golden.test.mjs && node test/tools.test.mjs && node test/group-map.test.mjs && node test/update-check.test.mjs && node test/delete.test.mjs && node test/low-touch-tools.test.mjs && node test/migrate.test.mjs && node test/restart-recovery.test.mjs && node test/save-checkpoint-hook.test.mjs",
32
37
  "prepack": "npm run build && node scripts/bundle-city.mjs"
33
38
  },
34
39
  "dependencies": {
35
40
  "@modelcontextprotocol/sdk": "^1.0.1",
36
41
  "axios": "^1.6.8",
37
- "electron": "41.7.1",
38
42
  "zod": "^3.22.4"
39
43
  },
40
44
  "devDependencies": {
41
45
  "@types/node": "^20.11.0",
46
+ "electron": "41.7.1",
42
47
  "tsx": "^4.22.4",
43
48
  "typescript": "^5.3.3"
44
49
  }
@@ -23,12 +23,12 @@ Use the `save_conversation` tool from the `echomem` MCP server.
23
23
  read-only work and incidental chatter.
24
24
  7. If the encrypted vault is locked, tell the user to run `echomem-mcp unlock`; never silently skip a
25
25
  qualifying checkpoint.
26
- 8. For a user with a company group, call `get_group_session_sharing` near conversation start or after a
27
- qualifying private save. On the first call in a conversation, omit `groupSharingScopeId` so EchoMem
28
- mints a fresh opaque scope. Reuse that exact scope only in this conversation for later get/set/save
29
- calls, and never persist it as memory. If multiple groups are returned, reuse the same scope and
30
- check one `groupId` at a time. Each group requires its own explicit Yes/No decision. Silence leaves
31
- that group's state unset; never infer an answer or repeat the prompt in the same response. Store only
32
- explicit answers with `set_group_session_sharing`, the same scope, and the selected groupId. Saves
33
- sync eligible memories to every approved group; a No keeps them private for that group; flagged
34
- memories remain private.
26
+ 8. For a user with a company group, call `request_group_session_sharing` near conversation start or
27
+ after a qualifying private save. On the first call in a conversation, omit `groupSharingScopeId` so
28
+ EchoMem mints a fresh opaque scope. Reuse that exact scope only in this conversation for later
29
+ get/request/set/save calls, and never persist it as memory. If multiple groups are returned, reuse
30
+ the same scope and call once per `groupId`. Supported clients render a native Share with team / Keep
31
+ private choice. If the tool returns a text fallback, relay its exact question and call
32
+ `set_group_session_sharing` only after an explicit Yes/No. Decline, cancel, or silence leaves that
33
+ group's state unset; never infer an answer. Saves sync eligible memories to every approved group;
34
+ Keep private keeps them private for that group; flagged memories remain private.
@@ -23,12 +23,12 @@ This project has EchoMem connected — the user's long-term memory across all th
23
23
  created by that call. Link each memory key to its canonical
24
24
  `https://echoknows.com/memory/<memory-id>` URL. This save receipt is separate from
25
25
  `EchoMem sources:` and does not imply that the newly saved memories informed the answer.
26
- - For a user with a company group, call `get_group_session_sharing` near conversation start or after a
27
- qualifying private save. On the first call in a conversation, omit `groupSharingScopeId` so EchoMem
28
- mints a fresh opaque scope. Reuse that exact scope only in this conversation for later get/set/save
29
- calls, and never persist it as memory. If multiple groups are returned, reuse the same scope and
30
- check one `groupId` at a time. Each group requires its own explicit Yes/No decision. Silence leaves
31
- that group's state unset; never infer an answer or repeat the prompt in the same response. Store only
32
- explicit answers with `set_group_session_sharing`, the same scope, and the selected groupId. Saves
33
- sync eligible memories to every approved group; a No keeps them private for that group; flagged
34
- memories stay private.
26
+ - For a user with a company group, call `request_group_session_sharing` near conversation start or
27
+ after a qualifying private save. On the first call in a conversation, omit `groupSharingScopeId` so
28
+ EchoMem mints a fresh opaque scope. Reuse that exact scope only in this conversation for later
29
+ get/request/set/save calls, and never persist it as memory. If multiple groups are returned, reuse
30
+ the same scope and call once per `groupId`. Supported clients render a native Share with team / Keep
31
+ private choice. If the tool returns a text fallback, relay its exact question and call
32
+ `set_group_session_sharing` only after an explicit Yes/No. Decline, cancel, or silence leaves that
33
+ group's state unset; never infer an answer. Saves sync eligible memories to every approved group;
34
+ Keep private keeps them private for that group; flagged memories stay private.