Files
obsidian-mcp-server/manifest.json
Bill 5a08d78dd2 chore: bump version to 1.1.0
Prepare for 1.1.0 release with word count and link validation features.

Updated version in:
- manifest.json
- package.json
- versions.json
2025-10-30 11:14:45 -04:00

13 lines
368 B
JSON

{
"id": "mcp-server",
"name": "MCP Server",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "Exposes vault operations via Model Context Protocol (MCP) over HTTP.",
"author": "William Ballou",
"isDesktopOnly": true,
"fundingUrl": {
"Buy Me a Coffee": "https://buymeacoffee.com/xe138",
"GitHub Sponsor": "https://github.com/sponsors/Xe138"
}
}