@sempervirens-labs/apple-mail-mcp 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +6 -1
- package/README.md +2 -0
- package/package.json +1 -1
|
@@ -16,7 +16,12 @@
|
|
|
16
16
|
"Bash(sdef:*)",
|
|
17
17
|
"WebSearch",
|
|
18
18
|
"Bash(npm run build)",
|
|
19
|
-
"Bash(bun run tsc:*)"
|
|
19
|
+
"Bash(bun run tsc:*)",
|
|
20
|
+
"Bash(bash:*)",
|
|
21
|
+
"Bash(git init:*)",
|
|
22
|
+
"Bash(gh repo create:*)",
|
|
23
|
+
"Bash(gh repo edit:*)",
|
|
24
|
+
"Bash(gh release create v1.6.1 --title \"v1.6.1\" --notes \"$\\(cat <<''EOF''\n## What''s New\n\n- Added note about native Agent Skill availability in README\n- This MCP is now available as a native Agent Skill compatible with Claude Code, Cursor, Gemini CLI, and Codex\n\nFind the Agent Skill plugin here: https://github.com/rbouschery/marketplace/tree/main/plugins/apple-mail\nEOF\n\\)\")"
|
|
20
25
|
]
|
|
21
26
|
}
|
|
22
27
|
}
|
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Apple Mail MCP
|
|
2
2
|
|
|
3
|
+
> **Native Agent Skill Available:** This MCP is also available as a native Agent Skill compatible with Claude Code, Cursor, Gemini CLI, and Codex. You can find it here: [Marketplace](https://github.com/rbouschery/marketplace/tree/main/plugins/apple-mail).
|
|
4
|
+
|
|
3
5
|
An MCP (Model Context Protocol) server for Apple Mail on macOS. Allows AI assistants like Claude to read, search, and send emails through Apple Mail.
|
|
4
6
|
|
|
5
7
|
## Features
|
package/package.json
CHANGED