shipmail-mcp 0.6.6 → 0.7.0
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 +2 -2
- package/dist/server.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
- package/smithery.yaml +1 -1
package/dist/index.js
CHANGED
|
@@ -7168,7 +7168,7 @@ function registerTools(rawServer, client, allowedTools, grantedOrganizations = [
|
|
|
7168
7168
|
}
|
|
7169
7169
|
|
|
7170
7170
|
// src/version.ts
|
|
7171
|
-
var VERSION = "0.
|
|
7171
|
+
var VERSION = "0.7.0";
|
|
7172
7172
|
|
|
7173
7173
|
// src/server.ts
|
|
7174
7174
|
var INSTRUCTIONS = `ShipMail MCP exposes the business email and calendar tools authorized by the connection's current ShipMail permissions.
|
|
@@ -7309,7 +7309,7 @@ async function main() {
|
|
|
7309
7309
|
});
|
|
7310
7310
|
const allowedTools = await resolveAllowedTools(client);
|
|
7311
7311
|
const server = serveStdio(() => createShipMailMcpServer(config, allowedTools), {
|
|
7312
|
-
legacy: "
|
|
7312
|
+
legacy: "serve"
|
|
7313
7313
|
});
|
|
7314
7314
|
installShutdownHandlers(server);
|
|
7315
7315
|
}
|
package/dist/server.js
CHANGED
|
@@ -7071,7 +7071,7 @@ function registerTools(rawServer, client, allowedTools, grantedOrganizations = [
|
|
|
7071
7071
|
}
|
|
7072
7072
|
|
|
7073
7073
|
// src/version.ts
|
|
7074
|
-
var VERSION = "0.
|
|
7074
|
+
var VERSION = "0.7.0";
|
|
7075
7075
|
|
|
7076
7076
|
// src/server.ts
|
|
7077
7077
|
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.
|
|
3
|
+
"version": "0.7.0",
|
|
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.
|
|
9
|
+
"version": "0.7.0",
|
|
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.
|
|
30
|
+
"version": "0.7.0",
|
|
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.
|
|
3
|
+
version: 0.7.0
|
|
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
|