Skip to content

v0.2.0

Choose a tag to compare

@robertwtucker robertwtucker released this 29 May 02:47
v0.2.0
a264a23

v0.2 stops being maintainer-shaped. Section names and PARA folder paths are configurable via _system/PARA-conventions.md; defaults preserved. Published on npm as @robertwtucker/para-vault-mcp.

Install

npx -y @robertwtucker/para-vault-mcp

See the README for Claude Code / Claude Desktop wiring.

Added

  • Configurable section names and folder paths via _system/PARA-conventions.md frontmatter (#2). Defaults preserved — a vault without the file behaves exactly as v0.1.
  • Folder-path values are containment-checked at config load; absolute paths and values resolving outside OBSIDIAN_VAULT_PATH are rejected (#9).
  • parseFrontmatter now surfaces YAML errors via an error field; find_project results include frontmatterError when a project's _project.md has malformed frontmatter (#1).

Changed

  • capture inserts at the top of the section's primary bullet list rather than at section end (#8). log_work continues to append chronologically.
  • Distributed on npm as @robertwtucker/para-vault-mcp; install is now npx -y @robertwtucker/para-vault-mcp (#5).

Fixed

  • Parallel writes to the same daily note no longer drop entries — per-path in-process serialization protects the read-modify-write cycle (#3).

Full changelog: v0.1.0...v0.2.0