Skip to content

This release includes 1 breaking change for platform teams planning a safe upgrade.

Published 4mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai claude markdown mcp model-context-protocol notes
+3 more
obsidian sse secrets-management

Affected surfaces

breaking_upgrade

Summary

AI summary

The 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 content
    • append: Add content to end of file
    • prepend: 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-note now requires confirmation - Must pass confirm parameter matching the filename to prevent accidental deletions

Performance

  • Token optimization - Set COMPACT_RESPONSES=true to enable minified response keys (40-60% smaller responses)
  • Replaced custom YAML parser with gray-matter library for more robust frontmatter handling

Breaking Changes

  • delete-note now requires a confirm parameter 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

Track smith-and-web/obsidian-mcp-server

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]