Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 18:31
· 6 commits to main since this release

Features

  • 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.