Skip to content

Release history

wyattjoh/jmap-mcp releases

A Model Context Protocol (MCP) server that provides tools for interacting with JMAP (JSON Meta Application Protocol) email servers. Built with Deno and using the jmap-jam client library.

All releases

7 shown

jmap-mcp-v0.6.4 Bug fix

Fixed missing fetchTextBodyValues and fetchHTMLBodyValues flags in Email.get calls.

Full changelog

0.6.4 (2026-04-24)

Bug Fixes

  • set fetchTextBodyValues/fetchHTMLBodyValues flags in Email.get calls (f97a681)
  • set fetchTextBodyValues/fetchHTMLBodyValues in Email.get calls (20dd4c9)
jmap-mcp-v0.6.3 Maintenance

Minor fixes and improvements.

Full changelog

0.6.3 (2026-04-21)

Performance Improvements

  • use compact JSON output to reduce token usage (d97c6c4)
  • use compact JSON output to reduce token usage (f08c2fa)
jmap-mcp-v0.6.2 Bug fix

Fixed reliable pagination in JMAP queries by adding calculateTotal.

Full changelog

0.6.2 (2026-04-13)

Bug Fixes

  • add calculateTotal to JMAP query calls for reliable pagination (5c85248)
  • add calculateTotal to JMAP query calls for reliable pagination (356406c)
jmap-mcp-v0.6.1 Bug fix

Added required `type` and `title` fields to each `userConfig` entry.

Full changelog

0.6.1 (2026-04-06)

Bug Fixes

  • add required type and title fields to userConfig entries (1c5d60c)
jmap-mcp-v0.6.0 New feature
Notable features
  • Added userConfig field in plugin manifest to specify JMAP credentials
Full changelog

0.6.0 (2026-04-06)

Features

  • add userConfig for JMAP credentials in plugin manifest (cdc352f)
jmap-mcp-v0.5.0 New feature
Notable features
  • Added Claude Code plugin with marketplace auto‑publishing
Full changelog

0.5.0 (2026-04-05)

Features

  • add Claude Code plugin with marketplace auto-publishing (bfcc71d)

Bug Fixes

  • add explicit type annotations to tool callback parameters (79c13b4)
jmap-mcp-v0.4.0 New feature
Notable features
  • Initial implementation of JMAP MCP server
  • Incremental email sync tools (get_email_changes, get_search_updates)
  • Improved search_emails pagination clarity for AI agents
Full changelog

0.4.0 (2026-04-05)

Features

  • Add incremental email sync tools (e28eafc)
  • add incremental email sync tools (get_email_changes, get_search_updates) (ace0f56)
  • improve search_emails pagination clarity for AI agents (da02d78)
  • initial implementation of JMAP MCP server (2d11f01)

Bug Fixes

  • added type assersion (90f5988)
  • ci: remove npm ecosystem from dependabot (unsupported for Deno) (2ed3d13)

Beta — feedback welcome: [email protected]