aaronsb_obsidian-mcp-plugin/manifest.json
Aaron Bockelie ea82e855c8 chore: Prepare for v0.5.3 release and community plugin submission
- 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>
2025-07-04 16:28:01 -05:00

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
}