vault-cortex 0.2.7 → 0.2.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "vault-cortex",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
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",
@@ -45,7 +45,7 @@ services:
45
45
  restart: unless-stopped
46
46
  depends_on:
47
47
  obsidian-sync:
48
- condition: service_started
48
+ condition: service_healthy
49
49
  environment:
50
50
  PORT: "8000"
51
51
  HOST: "0.0.0.0"