macsync/mcp/package.json
Natalie 5347a8d7e3 feat(mcp): outbox/read client methods + tools + README
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 11:35:13 -04:00

21 lines
510 B
JSON

{
"name": "@lilith/mac-sync-mcp",
"version": "0.2.0", # Bumped for calls/phone support (Handoff 02 integration: recent_calls tool via /my/calls)
"private": true,
"type": "module",
"main": "./src/index.ts",
"bin": {
"mac-sync-mcp": "./src/index.ts"
},
"scripts": {
"start": "bun run src/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.26.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.4.0"
}
}