mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
- Bump version to 0.5.3 - Add MIT LICENSE file - Update README with cross-platform testing info - Create submission checklist with all requirements verified - Document comprehensive testing (Linux, Windows, macOS, various vault sizes) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
393 B
JSON
11 lines
393 B
JSON
{
|
|
"id": "obsidian-mcp-plugin",
|
|
"name": "Obsidian MCP Plugin",
|
|
"version": "0.5.3",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Semantic MCP server plugin providing AI tools with direct Obsidian vault access via HTTP transport",
|
|
"author": "Aaron Bockelie",
|
|
"authorUrl": "https://github.com/aaronsb",
|
|
"fundingUrl": "https://github.com/sponsors/aaronsb",
|
|
"isDesktopOnly": false
|
|
}
|