This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+3 more
Affected surfaces
Summary
AI summaryThe delete-note tool now requires a matching confirm parameter to prevent accidental deletions.
Full changelog
What's New
New Tools
write-note- Unified write tool with three modes:overwrite(default): Replace all contentappend: Add content to end of fileprepend: Add content to beginning of file
get-notes-info- Get file metadata (size, dates, frontmatter presence) without reading content. Efficient for scanning large vaults.
Safety Improvements
delete-notenow requires confirmation - Must passconfirmparameter matching the filename to prevent accidental deletions
Performance
- Token optimization - Set
COMPACT_RESPONSES=trueto enable minified response keys (40-60% smaller responses) - Replaced custom YAML parser with
gray-matterlibrary for more robust frontmatter handling
Breaking Changes
delete-notenow requires aconfirmparameter that must match the filename (e.g.,"confirm": "note.md")
Stats
- 31 tools (up from 29)
- Full backward compatibility except for delete-note
Full Changelog
See CHANGELOG.md
Breaking Changes
- `delete-note` now requires a `confirm` parameter matching the filename (e.g., "confirm": "note.md")
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About smith-and-web/obsidian-mcp-server
SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring.
Related context
Beta — feedback welcome: [email protected]