-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.05 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@chrimerss/apple-mcp-enhanced",
"version": "1.1.1",
"module": "index.ts",
"type": "module",
"description": "Enhanced Apple MCP tools with email folder management, contacts, notes, messages, and mail integration",
"author": "chrimerss",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chrimerss/apple-mcp.git"
},
"keywords": [
"mcp",
"apple",
"contacts",
"notes",
"messages",
"mail",
"claude",
"email-management",
"folder-organization"
],
"bin": {
"apple-mcp-enhanced": "./index.ts"
},
"scripts": {
"dev": "bun run index.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^22.13.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@hono/node-server": "^1.13.8",
"@jxa/global-type": "^1.3.6",
"@jxa/run": "^1.3.6",
"@modelcontextprotocol/sdk": "^1.5.0",
"@types/express": "^5.0.0",
"mcp-proxy": "^2.4.0",
"run-applescript": "^7.0.0",
"zod": "^3.24.2"
}
}