- Change plugin ID from 'obsidian-mcp-server' to 'mcp-server' - Remove 'Obsidian' from plugin description per guidelines - Update documentation to use new plugin folder name - Update installation paths to .obsidian/plugins/mcp-server/ - Update package name to match new plugin ID - Simplify README title and description
13 lines
368 B
JSON
13 lines
368 B
JSON
{
|
|
"id": "mcp-server",
|
|
"name": "MCP Server",
|
|
"version": "1.0.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"
|
|
}
|
|
} |