Releases: pooyanmajd/pmtechdev-mcp-plugins
Release list
mailbridge-mcp@0.4.2
What's Changed
Other changes
- docs: cover clients that auto-decline the send confirmation form by @pooyanmajd in #19
- feat: declare requiresUserInteraction on send and preference tools by @pooyanmajd in #20
- chore: release Mailbridge 0.4.2 by @pooyanmajd in #21
Full Changelog: v0.4.1...v0.4.2
mailbridge-mcp@0.4.1
What's Changed
Other changes
- Polish Mailbridge launch materials by @pooyanmajd in #17
- Fix misleading SEND_NOT_CONFIRMED messaging by @pooyanmajd in #18
Full Changelog: v0.4.0...v0.4.1
mailbridge-mcp@0.4.0
What's Changed
Other changes
- Mailbridge: local access-preference tools, queue and mode-registration fixes by @pooyanmajd in #16
Full Changelog: v0.3.0...v0.4.0
mailbridge-mcp@0.3.0
What's Changed
Other changes
- Add per-send confirmation to Mailbridge by @pooyanmajd in #14
Full Changelog: v0.2.2...v0.3.0
mailbridge-mcp@0.2.2
What's Changed
Other changes
- Prepare Mailbridge documentation for public use by @pooyanmajd in #11
- Improve Mailbridge search performance and resumability by @pooyanmajd in #12
- Release Mailbridge 0.2.2 with automated publishing by @pooyanmajd in #13
Full Changelog: v0.2.1...v0.2.2
mailbridge-mcp@0.2.1
Mailbridge MCP 0.2.1
Mailbridge MCP is a local, safety-first MCP server and Codex plugin for accounts already configured in macOS Mail. This is the first supported public Mailbridge 0.2 release. The v0.2.0 tag is retained for audit history, but its workflow stopped before publishing a GitHub release; install v0.2.1.
Highlights
- Search, read, and retrieve bounded mail content across configured Mail.app accounts.
- Create editable new-message, reply, and forward drafts without sending.
- Opt in to
mail_send_messageandmail_send_replyfor one confirmed, attachment-free message or reply. - Preserve
read-onlyas the marketplace default and keep historicalfullmode unable to send. - Report partial search coverage explicitly and serialize Mail automation with bounded backpressure.
Sending safety boundary
Sending requires all of the following:
MAILBRIDGE_MODE=send- a non-empty
MAILBRIDGE_ALLOWED_ACCOUNTSallowlist - exact recipients and substantive body content
- literal per-call confirmation after the complete message is shown to the user
Mailbridge does not send edited drafts, forwards, attachments, or batches. An unknown submission outcome must be inspected in Mail.app before any retry.
Install with Codex CLI
Requirements: macOS, a working account in Mail.app, and Node.js 22 or 24.
codex plugin marketplace add pooyanmajd/pmtechdev-mcp-plugins --ref v0.2.1
codex plugin add mailbridge-mcp@pmtechdevStart a new Codex task or CLI session after installation. The installed marketplace configuration starts Mailbridge in read-only mode.
Verify the release
The signed annotated tag resolves to commit e99920a. This immutable release contains:
mailbridge-mcp-0.2.1.tgzmailbridge-mcp-0.2.1.build.cdx.jsonSHA256SUMS
gh release download v0.2.1 --repo pooyanmajd/pmtechdev-mcp-plugins
shasum -a 256 -c SHA256SUMS
gh attestation verify mailbridge-mcp-0.2.1.tgz --repo pooyanmajd/pmtechdev-mcp-plugins
gh attestation verify mailbridge-mcp-0.2.1.tgz --repo pooyanmajd/pmtechdev-mcp-plugins --predicate-type https://cyclonedx.org/bomIncluded changes
Full changelog: v0.1.2...v0.2.1