From 4f697dd7a969c511e26dba7f38fa347fce04c324 Mon Sep 17 00:00:00 2001 From: Aaron Bockelie Date: Fri, 3 Jul 2026 23:29:43 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20rewrite=20community-directory=20short?= =?UTF-8?q?=20description=20=E2=80=94=20verbs=20+=20native=20edge,=20drop?= =?UTF-8?q?=20"semantic"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The short description is the one-liner shown in Obsidian's in-app community browser search — the highest-leverage line for cold discovery, and where the install base actually comes from. The old copy led with "semantic access" and spelled out "Model Context Protocol (MCP)" — jargon in the most valuable 150 chars. New copy matches the repositioned README: concrete verbs first, the native/no-external-server edge stated, MCP-explainer dropped. Set via `make set-description` (SoT: package.json → synced to manifest.json). --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 524689b..65849ef 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "semantic-vault-mcp", "name": "Semantic Notes Vault MCP", "minAppVersion": "1.6.6", - "description": "Give Claude Desktop and other AI assistants semantic access to your notes through a built-in Model Context Protocol (MCP) server.", + "description": "Read, write, search, and traverse your vault from Claude Desktop and any AI assistant — via an MCP server built into Obsidian, no external server to run.", "author": "Aaron Bockelie", "authorUrl": "https://github.com/aaronsb", "fundingUrl": "https://github.com/sponsors/aaronsb", diff --git a/package.json b/package.json index 1ac9030..19acba9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-mcp-plugin", "version": "0.11.37", - "description": "Give Claude Desktop and other AI assistants semantic access to your notes through a built-in Model Context Protocol (MCP) server.", + "description": "Read, write, search, and traverse your vault from Claude Desktop and any AI assistant — via an MCP server built into Obsidian, no external server to run.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",