@multimail/mcp-server 0.1.4 → 0.1.5
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -68,7 +68,7 @@ function getMailboxId(argsMailboxId) {
|
|
|
68
68
|
// --- Server ---
|
|
69
69
|
const server = new McpServer({
|
|
70
70
|
name: "multimail",
|
|
71
|
-
version: "0.1.
|
|
71
|
+
version: "0.1.5",
|
|
72
72
|
});
|
|
73
73
|
// Tool 1: list_mailboxes
|
|
74
74
|
server.tool("list_mailboxes", "List all mailboxes available to this API key. Returns each mailbox's ID, email address, oversight mode, and display name. Use this to discover your mailbox ID if MULTIMAIL_MAILBOX_ID is not set.", {}, async () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multimail/mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "MCP server for MultiMail — email for AI agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"type": "git",
|
|
39
39
|
"url": "https://github.com/multimail-dev/mcp-server.git"
|
|
40
40
|
},
|
|
41
|
-
"mcpName": "
|
|
41
|
+
"mcpName": "dev.multimail/mcp-server",
|
|
42
42
|
"homepage": "https://multimail.dev",
|
|
43
43
|
"bugs": {
|
|
44
44
|
"email": "dev@multimail.dev"
|