vault-cortex 0.10.0 → 0.10.1
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/README.md +2 -2
- package/package.json +10 -5
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ and data files — see the
|
|
|
15
15
|
The server runs as a Docker container; this CLI scaffolds the config and
|
|
16
16
|
manages the container so you don't have to.
|
|
17
17
|
|
|
18
|
-

|
|
18
|
+

|
|
19
19
|
|
|
20
20
|
## Commands
|
|
21
21
|
|
|
@@ -34,7 +34,7 @@ manages the container so you don't have to.
|
|
|
34
34
|
- [`get-sync-token`](#get-sync-token) — generate an Obsidian Sync auth token
|
|
35
35
|
for remote setups
|
|
36
36
|
|
|
37
|
-
Run `npx vault-cortex <command> --help` for all flags.
|
|
37
|
+
Run `npx vault-cortex@latest <command> --help` for all flags.
|
|
38
38
|
|
|
39
39
|
## init
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vault-cortex",
|
|
3
|
-
"version": "0.10.
|
|
4
|
-
"description": "Set up a Vault Cortex MCP server for your Obsidian vault in one command: npx vault-cortex init",
|
|
3
|
+
"version": "0.10.1",
|
|
4
|
+
"description": "Set up a Vault Cortex MCP server for your Obsidian vault in one command: npx vault-cortex@latest init",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
@@ -28,18 +28,23 @@
|
|
|
28
28
|
"mcp-server",
|
|
29
29
|
"model-context-protocol",
|
|
30
30
|
"obsidian",
|
|
31
|
-
"obsidian-mcp",
|
|
31
|
+
"obsidian-mcp-server",
|
|
32
32
|
"obsidian-vault",
|
|
33
|
+
"obsidian-sync",
|
|
34
|
+
"ai-agents",
|
|
33
35
|
"ai-memory",
|
|
34
|
-
"memory",
|
|
36
|
+
"ai-memory-system",
|
|
35
37
|
"knowledge-base",
|
|
36
38
|
"note-taking",
|
|
37
|
-
"
|
|
39
|
+
"pkm",
|
|
40
|
+
"personal-knowledge-management",
|
|
38
41
|
"hybrid-search",
|
|
39
42
|
"task-management",
|
|
40
43
|
"semantic-search",
|
|
41
44
|
"attachments",
|
|
42
45
|
"pdf",
|
|
46
|
+
"self-hosted",
|
|
47
|
+
"docker",
|
|
43
48
|
"claude",
|
|
44
49
|
"cli"
|
|
45
50
|
],
|