mcp-google-multi 4.3.0-alpha.2 → 4.3.0-beta.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,9 +22,9 @@ A local [MCP](https://modelcontextprotocol.io) server that gives Claude Code (an
|
|
|
22
22
|
| `gmail_search` | Search messages with Gmail query syntax |
|
|
23
23
|
| `gmail_read` | Read a full message by ID |
|
|
24
24
|
| `gmail_read_thread` | Read all messages in a thread |
|
|
25
|
-
| `gmail_send` | Send an email |
|
|
25
|
+
| `gmail_send` | Send an email (optional `htmlBody` for multipart/alternative) |
|
|
26
26
|
| `gmail_download_attachment` | Download an email attachment to local disk |
|
|
27
|
-
| `gmail_create_draft` | Create a draft |
|
|
27
|
+
| `gmail_create_draft` | Create a draft (optional `htmlBody` for multipart/alternative) |
|
|
28
28
|
| `gmail_modify_labels` | Add/remove labels on a message (star, archive, mark read, etc.) |
|
|
29
29
|
| `gmail_trash` | Move a message to Trash (recoverable) |
|
|
30
30
|
| `gmail_delete` | Permanently delete a message (irreversible) |
|
package/package.json
CHANGED