aaronsb_obsidian-mcp-plugin/manifest.json
Aaron Bockelie 3608eac37b chore(release): bump version to 0.11.21 and raise minAppVersion to 1.6.6
The plugin code already calls APIs introduced in newer Obsidian versions
(FileManager.trashFile in 1.6.6, Workspace.getLeaf in 0.16.0,
Vault.createFolder in 1.4.0, ToggleComponent.setDisabled in 1.2.3,
AbstractTextComponent.setDisabled in 1.2.3, ButtonComponent.setTooltip
in 1.1.0). Declaring minAppVersion 0.15.0 was misleading — anyone
between 0.15 and 1.5 would have the plugin load and then crash at
runtime. Set the floor to 1.6.6 to match the highest API actually used.
2026-05-15 15:01:29 -05:00

11 lines
382 B
JSON

{
"id": "semantic-vault-mcp",
"name": "Semantic Notes Vault MCP",
"minAppVersion": "1.6.6",
"description": "Semantic MCP server providing AI tools with direct vault access via HTTP transport.",
"author": "Aaron Bockelie",
"authorUrl": "https://github.com/aaronsb",
"fundingUrl": "https://github.com/sponsors/aaronsb",
"isDesktopOnly": true,
"version": "0.11.21"
}