shipmail-mcp 0.5.2 → 0.5.3
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/capabilities.d.ts +1 -1
- package/dist/capabilities.js +1 -1
- package/dist/index.js +1 -1
- package/dist/server.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
- package/smithery.yaml +1 -1
package/dist/capabilities.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ declare const MCP_PERMISSION_GROUPS: readonly [{
|
|
|
43
43
|
}, {
|
|
44
44
|
readonly name: "send_mail";
|
|
45
45
|
readonly label: "Send mail";
|
|
46
|
-
readonly description: "Send new messages and replies
|
|
46
|
+
readonly description: "Send new messages and replies from the mailboxes this connection can access.";
|
|
47
47
|
readonly scopes: readonly ["messages:send"];
|
|
48
48
|
readonly persistent: false;
|
|
49
49
|
}, {
|
package/dist/capabilities.js
CHANGED
|
@@ -62,7 +62,7 @@ var MCP_PERMISSION_GROUPS = [
|
|
|
62
62
|
{
|
|
63
63
|
name: "send_mail",
|
|
64
64
|
label: "Send mail",
|
|
65
|
-
description: "Send new messages and replies
|
|
65
|
+
description: "Send new messages and replies from the mailboxes this connection can access.",
|
|
66
66
|
scopes: ["messages:send"],
|
|
67
67
|
persistent: false
|
|
68
68
|
},
|
package/dist/index.js
CHANGED
|
@@ -6291,7 +6291,7 @@ function registerTools(rawServer, client, allowedTools) {
|
|
|
6291
6291
|
}
|
|
6292
6292
|
|
|
6293
6293
|
// src/version.ts
|
|
6294
|
-
var VERSION = "0.5.
|
|
6294
|
+
var VERSION = "0.5.3";
|
|
6295
6295
|
|
|
6296
6296
|
// src/server.ts
|
|
6297
6297
|
var INSTRUCTIONS = `ShipMail MCP exposes the business email and calendar tools authorized by the connection's current ShipMail permissions.
|
package/dist/server.js
CHANGED
|
@@ -6196,7 +6196,7 @@ function registerTools(rawServer, client, allowedTools) {
|
|
|
6196
6196
|
}
|
|
6197
6197
|
|
|
6198
6198
|
// src/version.ts
|
|
6199
|
-
var VERSION = "0.5.
|
|
6199
|
+
var VERSION = "0.5.3";
|
|
6200
6200
|
|
|
6201
6201
|
// src/server.ts
|
|
6202
6202
|
var INSTRUCTIONS = `ShipMail MCP exposes the business email and calendar tools authorized by the connection's current ShipMail permissions.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipmail-mcp",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"mcpName": "io.github.jcoulaud/shipmail-mcp",
|
|
5
5
|
"description": "Official Model Context Protocol (MCP) server for Shipmail, a business email provider with REST API, webhooks, and custom-domain inboxes for AI agents.",
|
|
6
6
|
"type": "module",
|
package/server.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/jcoulaud/shipmail-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.5.
|
|
9
|
+
"version": "0.5.3",
|
|
10
10
|
"websiteUrl": "https://shipmail.to/docs/mcp",
|
|
11
11
|
"remotes": [
|
|
12
12
|
{
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"registryType": "npm",
|
|
28
28
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
29
29
|
"identifier": "shipmail-mcp",
|
|
30
|
-
"version": "0.5.
|
|
30
|
+
"version": "0.5.3",
|
|
31
31
|
"transport": {
|
|
32
32
|
"type": "stdio"
|
|
33
33
|
},
|
package/smithery.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Smithery configuration file: https://smithery.ai/docs/build/project-config/smithery-yaml
|
|
2
2
|
name: shipmail-mcp
|
|
3
|
-
version: 0.5.
|
|
3
|
+
version: 0.5.3
|
|
4
4
|
description: Official Shipmail MCP server for AI-agent custom-domain business email inboxes with REST API and webhooks.
|
|
5
5
|
author: ShipMail
|
|
6
6
|
repository: https://github.com/jcoulaud/shipmail-mcp
|