{ "name": "obsidian-mcp-server", "version": "1.0.0", "description": "MCP server for Obsidian vault management", "type": "module", "main": "dist/index.js", "bin": { "obsidian-mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js" }, "keywords": ["mcp", "obsidian", "notes"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "glob": "^10.3.10" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.3.0" } }