refactor: remove 'obsidian' from plugin ID and update branding

- Change plugin ID from 'obsidian-mcp-server' to 'mcp-server'
- Remove 'Obsidian' from plugin description per guidelines
- Update documentation to use new plugin folder name
- Update installation paths to .obsidian/plugins/mcp-server/
- Update package name to match new plugin ID
- Simplify README title and description
This commit is contained in:
2025-10-26 16:47:36 -04:00
parent 175aebb218
commit cc4e71f920
7 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "obsidian-mcp-server",
"name": "mcp-server",
"version": "1.0.0",
"description": "MCP (Model Context Protocol) server plugin for Obsidian - exposes vault operations via HTTP",
"description": "MCP (Model Context Protocol) server plugin - exposes vault operations via HTTP",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",