airmail-mcp 1.0.19 → 1.0.20

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.
Files changed (2) hide show
  1. package/manifest.json +1 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "manifest_version": "0.3",
3
3
  "name": "airmail-mcp",
4
4
  "display_name": "Airmail",
5
- "version": "1.0.16",
5
+ "version": "1.0.20",
6
6
  "description": "Manage emails, calendars, contacts, and more from Claude using Airmail's MCP server.",
7
7
  "long_description": "Airmail MCP connects Claude to the Airmail email client for macOS. Read, search, compose, and organize emails. Manage calendars and reminders. Search contacts. The bridge connects locally to Airmail on your Mac. Data retrieved by AI tools is processed by your chosen AI provider.",
8
8
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airmail-mcp",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "mcpName": "io.github.airmail/airmail-mcp",
5
5
  "description": "Manage emails, calendars, contacts, and more from Claude using Airmail's MCP server.",
6
6
  "main": "dist/index.js",