You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New WRITE_FOLDERS env var grants write access per-folder instead of all-or-nothing (#11). The whole vault stays readable, but write_note, edit_note, delete_note, and move_note refuse paths outside the listed folders (move_note requires both source and destination to be writable). Enforced server-side, so it holds regardless of whether the AI client respects instructions. READ_ONLY=true still disables write tools entirely; unset keeps full-write behavior.
Fixes
Bump deps to clear high-severity npm audit advisories: brace-expansion DoS (via minimatch 10) and fast-uri host confusion. Also picks up @hono/node-server 2.x and @modelcontextprotocol/sdk 1.30.