apple-mail-mcp 2.10.22 → 2.10.23
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ codex plugin marketplace add sweetrb/apple-mail-mcp
|
|
|
74
74
|
codex plugin add apple-mail@apple-mail-mcp
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
-
The Codex package registers the same `apple-mail` MCP server through `npx -y apple-mail-mcp
|
|
77
|
+
The Codex package registers the same `apple-mail` MCP server through an exactly pinned runtime — `npx -y apple-mail-mcp@<plugin version>` — and includes the Apple Mail skill guidance. The pin in `codex/.mcp.json` is rewritten to match `package.json` by `scripts/sync-plugin-version.mjs` on every version bump, so the plugin manifest and the server it launches are always the same release; CI fails the PR if they drift.
|
|
78
78
|
|
|
79
79
|
### Other Hosts (Hermes, Antigravity)
|
|
80
80
|
|
package/package.json
CHANGED