shipmail-mcp 0.7.13 → 0.7.14
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/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.plugin/plugin.json +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/.plugin/plugin.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -8544,7 +8544,7 @@ function registerTools(rawServer, client, allowedTools, grantedOrganizations = [
|
|
|
8544
8544
|
}
|
|
8545
8545
|
|
|
8546
8546
|
// src/version.ts
|
|
8547
|
-
var VERSION = "0.7.
|
|
8547
|
+
var VERSION = "0.7.14";
|
|
8548
8548
|
|
|
8549
8549
|
// src/server.ts
|
|
8550
8550
|
var INSTRUCTIONS = `Shipmail MCP exposes the business email and calendar tools authorized by the connection's current Shipmail permissions.
|
package/dist/server.js
CHANGED
|
@@ -8454,7 +8454,7 @@ function registerTools(rawServer, client, allowedTools, grantedOrganizations = [
|
|
|
8454
8454
|
}
|
|
8455
8455
|
|
|
8456
8456
|
// src/version.ts
|
|
8457
|
-
var VERSION = "0.7.
|
|
8457
|
+
var VERSION = "0.7.14";
|
|
8458
8458
|
|
|
8459
8459
|
// src/server.ts
|
|
8460
8460
|
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.7.
|
|
3
|
+
"version": "0.7.14",
|
|
4
4
|
"mcpName": "io.github.shipmail-to/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/shipmail-to/shipmail-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.7.
|
|
9
|
+
"version": "0.7.14",
|
|
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.7.
|
|
30
|
+
"version": "0.7.14",
|
|
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.7.
|
|
3
|
+
version: 0.7.14
|
|
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/shipmail-to/shipmail-mcp
|