Skip to content

Releases: pooyanmajd/pmtechdev-mcp-plugins

mailbridge-mcp@0.4.2

Choose a tag to compare

@github-actions github-actions released this 18 Jul 20:31
Immutable release. Only release title and notes can be modified.
5618067

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

Choose a tag to compare

@github-actions github-actions released this 18 Jul 11:18
Immutable release. Only release title and notes can be modified.
db9d371

What's Changed

Other changes

Full Changelog: v0.4.0...v0.4.1

mailbridge-mcp@0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:42
Immutable release. Only release title and notes can be modified.
764b864

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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:05
Immutable release. Only release title and notes can be modified.
a3ff539

What's Changed

Other changes

Full Changelog: v0.2.2...v0.3.0

mailbridge-mcp@0.2.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 14:52
Immutable release. Only release title and notes can be modified.
73e25a3

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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 12:31
Immutable release. Only release title and notes can be modified.
v0.2.1
e99920a

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_message and mail_send_reply for one confirmed, attachment-free message or reply.
  • Preserve read-only as the marketplace default and keep historical full mode 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_ACCOUNTS allowlist
  • 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@pmtechdev

Start 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.tgz
  • mailbridge-mcp-0.2.1.build.cdx.json
  • SHA256SUMS
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/bom

Included changes

Full changelog: v0.1.2...v0.2.1