vault-cortex 0.2.9 → 0.2.10

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ npx vault-cortex@latest init
8
8
  ```
9
9
 
10
10
  Vault Cortex is a plugin-free, remote-capable MCP server for Obsidian vaults —
11
- 23 tools for search (SQLite FTS5), notes, frontmatter, links, daily notes, and
11
+ 24 tools for search (SQLite FTS5), notes, frontmatter, links, daily notes, and
12
12
  a persistent memory layer, plus 3 guided prompts (orientation, memory review,
13
13
  daily review). It runs as a Docker container; this CLI scaffolds the config so
14
14
  you don't have to.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vault-cortex",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Set up a Vault Cortex MCP server for your Obsidian vault in one command: npx vault-cortex init",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -40,7 +40,7 @@
40
40
  "cli"
41
41
  ],
42
42
  "dependencies": {
43
- "@clack/prompts": "1.5.1",
43
+ "@clack/prompts": "1.6.0",
44
44
  "commander": "14.0.3"
45
45
  }
46
46
  }