apple-mail-mcp 2.1.5 → 2.3.0
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/README.md +5 -2
- package/build/index.js +724 -259
- package/build/services/imapClient.d.ts +14 -2
- package/build/services/imapClient.d.ts.map +1 -1
- package/build/services/imapClient.js +34 -5
- package/build/services/messageRouter.d.ts +8 -0
- package/build/services/messageRouter.d.ts.map +1 -1
- package/build/services/messageRouter.js +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,11 +62,14 @@ codex plugin marketplace add sweetrb/apple-mail-mcp
|
|
|
62
62
|
codex plugin add apple-mail@apple-mail-mcp
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
The Codex package registers the same `apple-mail` MCP server through `npx -y
|
|
65
|
+
The Codex package registers the same `apple-mail` MCP server through `npx -y apple-mail-mcp` and includes the Apple Mail skill guidance.
|
|
66
66
|
|
|
67
67
|
### Other Hosts (Hermes, Antigravity)
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
Configuration for two more hosts is included — each registers the same `apple-mail` MCP server (`npx -y apple-mail-mcp`):
|
|
70
|
+
|
|
71
|
+
- **[Hermes Agent](https://hermes-agent.nousresearch.com/)** (NousResearch) — Hermes has no plugin/marketplace drop-in. Add the server with `hermes mcp add apple-mail --command npx --args -y apple-mail-mcp`, or merge [`.hermes-plugin/config.yaml`](.hermes-plugin/config.yaml) into `~/.hermes/config.yaml`. Details: [`.hermes-plugin/README.md`](.hermes-plugin/README.md).
|
|
72
|
+
- **[Antigravity](https://antigravity.google/)** (Google) — add the server entry from [`.antigravity-plugin/mcp_config.json`](.antigravity-plugin/mcp_config.json) to `~/.gemini/config/mcp_config.json` (or via Antigravity's MCP settings).
|
|
70
73
|
|
|
71
74
|
### Manual Installation
|
|
72
75
|
|