From 2951ec9d4e936c4b4d76c8381238461710862d26 Mon Sep 17 00:00:00 2001 From: Aaron Bockelie Date: Sat, 4 Jul 2026 00:03:48 -0500 Subject: [PATCH] docs(mcpb): align the .mcpb connector description with the new positioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- mcpb/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcpb/manifest.json b/mcpb/manifest.json index 983544f..4b5d4eb 100644 --- a/mcpb/manifest.json +++ b/mcpb/manifest.json @@ -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",