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",