virlow-mcp 3.16.0 → 3.17.0

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +4 -4
package/dist/cli.js CHANGED
@@ -1984,7 +1984,7 @@ function startUnlockServer(api, vault, opts = {}) {
1984
1984
  }
1985
1985
 
1986
1986
  // src/version.ts
1987
- var VERSION = true ? "3.16.0" : "dev";
1987
+ var VERSION = true ? "3.17.0" : "dev";
1988
1988
 
1989
1989
  // src/server.ts
1990
1990
  function defaultEmbeddingCacheDir() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "virlow-mcp",
3
- "version": "3.16.0",
3
+ "version": "3.17.0",
4
4
  "description": "Local MCP server for Virlow Secure Notes: end-to-end-encrypted AI memories and notes for Cursor, Claude, Codex, and any MCP client.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,9 +34,9 @@
34
34
  "esbuild": "^0.25.0",
35
35
  "typescript": "^5.8.0",
36
36
  "vitest": "^3.0.0",
37
- "@batalabs/virlow-crypto": "3.16.0",
38
- "@batalabs/virlow-memory": "3.16.0",
39
- "@batalabs/virlow-mcp-core": "3.16.0"
37
+ "@batalabs/virlow-mcp-core": "3.17.0",
38
+ "@batalabs/virlow-memory": "3.17.0",
39
+ "@batalabs/virlow-crypto": "3.17.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "node build.mjs",