Semantic Notes Vault MCP 0.12.2
Semantic Notes Vault MCP 0.12.2
Housekeeping on top of the 0.12.1 security release. No functional change to the
plugin — every security fix described in 0.12.1 is unchanged.
- Uses Obsidian's element helpers instead of
document.createElementin the image
handler and the settings tab, clearing the warnings raised by Obsidian's plugin
review. - Development tooling now matches the version the review runs, so findings of this
kind surface locally before a release rather than after it.
Dependency scan: no vulnerable dependencies.
One review warning is knowingly left in place. The settings tab does not implement
getSettingDefinitions(), so its settings will not appear in Obsidian's settings
search on 1.13.0 and later. That API requires raising the minimum Obsidian version
above what this plugin currently supports, and a partial implementation would give
a settings search that finds some settings and silently misses the rest. Tracked at
#224
Claude Desktop (.mcpb connector)
If you connect Claude Desktop via the .mcpb bundle, re-import obsidian-mcp.mcpb from this release to update the connector — BRAT updates only the Obsidian plugin, not the Desktop bridge.
Installation via BRAT (Obsidian plugin)
- Install the BRAT plugin if you haven't already
- Command palette → "BRAT: Add a beta plugin for testing"
- Enter:
aaronsb/obsidian-mcp-plugin - Enable the plugin in Community Plugins
What's Changed
- fix(lint): clear the prefer-create-el warnings, sync the lint plugin to the portal by @aaronsb in #281
Full Changelog: 0.12.1...0.12.2