Releases: jlevere/obsidian-mcp-plugin
Releases · jlevere/obsidian-mcp-plugin
Release list
Release 0.0.10
Full Changelog: v0.0.10...0.0.10
Release 0.0.9
0.0.7
0.0.6
Full Changelog: 0.0.5...0.0.6
New Features
- Active Session Viewer: View all currently connected clients (session ID and connection type) in a new "Active Sessions" section.
- Client Connection Notices: Obsidian will now show a notice when a new client connects to the MCP server.
Improvements
- Improved schema validation to ensure all
pathComponentsspecified in metadata exist in the schema's fields. - Settings panel UI enhancements and better layout for dynamic tool listings.
Development
- Added
@joshtmerrillas co-author
0.0.5
Full Changelog: 0.0.4...0.0.5
New Features
- Bearer Token Authentication for SSE and Stream 6e70075
Improvements
diff-edit-file- Rewritten to support simplified udiff. Massive increases in stability and usability
- eslint update
- Rewrote eslint to use typescript and fixed so many type issues ;-;
- More consistant error messagess
- Cleaned up log output
- More polished settings pannel
- More inline with obsidian plugin standards
0.0.4
Changelog — v0.0.4
New Features
rollback-edittool: Revert the last file edit made by supported tools. Automatically saves the previous version beforediff-edit,upsert, or structured edits.search-contentstool: Fuzzy search across the contents of all files in the vault.search-filenamestool: Fuzzy search across all file names in the vault.
Improvements
diff-edit-file- Rewritten to support smart anchor-based fuzzy matching for localized updates.
- Improved error messages for anchor mismatch and patch distance validation.
read-file- Now suggests similar file paths when a file is not found.
upsert-file- Integrated rollback snapshot before modifying files.
- More consistent newline handling and file creation path logic.
- Refactored tool names
- Renamed
fuzzy-search→search-contentsfor clarity. - Added
search-filenamesas a distinct tool.
- Renamed
Internal & Dev Changes
- Converted
esbuild.config.mjs→esbuild.config.ts. Gotta get that 99% ts on the code bar 😎
Full Changelog: 0.0.3...0.0.4
0.0.3
0.0.2
0.0.1
Full Changelog: https://github.com/jlevere/obsidian-mcp-plugin/commits/0.0.1