mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
docs: rewrite community-directory short description — verbs + native edge, drop "semantic"
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).
This commit is contained in:
parent
f9fc75a9f5
commit
4f697dd7a9
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue