docs(mcpb): align the .mcpb connector description with the new positioning

The .mcpb bundle's description shows in Claude Desktop's connector UI — a
separate surface from the Obsidian directory one-liner (hand-maintained; not
touched by `make set-description`). It still read the old flat "Connect Claude
Desktop to your Obsidian vault via the Obsidian MCP plugin." Rewrite it
verb-first and consistent with the README + directory copy, while staying
accurate to the bundle's actual role — it's the bridge to the MCP server that
runs inside the plugin, not the server itself.
This commit is contained in:
Aaron Bockelie 2026-07-04 00:03:48 -05:00
parent b6a54dae04
commit 2951ec9d4e

View file

@ -3,7 +3,7 @@
"name": "obsidian-mcp",
"display_name": "Obsidian MCP",
"version": "0.11.38",
"description": "Connect Claude Desktop to your Obsidian vault via the Obsidian MCP plugin.",
"description": "Read, write, search, and traverse your Obsidian vault from Claude Desktop — bridges to the MCP server built into the Obsidian plugin.",
"long_description": "Bridges Claude Desktop to the HTTP MCP server exposed by the Obsidian MCP plugin running inside Obsidian. Open Obsidian first, enable the MCP plugin in Settings, copy the URL and API key from the plugin's Settings tab, then paste them into the install prompt below.",
"author": {
"name": "Aaron Bockelie",