MCP Apple Notes

{ "name": "apple-notes-mcp", "version": "1.0.0", "author": "", "type": "module", "main": "index.ts", "description": "", "keywords": [], "license": "ISC", "scripts": { "build": "bun build index.ts --outdir dist --target node", "start": "bun index.ts", "purge-db": "rm -rf ~/.mcp-apple-notes", "test": "npx tsx index.test.ts" }, "exports": { ".": "./index.ts" }, "dependencies": { "@ai-sdk/openai": "^1.0.8", "@huggingface/transformers": "^3.1.2", "@lancedb/lancedb": "^0.14.0", "@langchain/textsplitters": "^0.1.0", "@modelcontextprotocol/sdk": "^1.0.3", "run-jxa": "^3.0.0", "turndown": "^7.2.0", "zod": "^3.24.1" }, "devDependencies": { "@types/turndown": "^5.0.5" } }