shipmail-mcp 0.3.3 → 0.3.4

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 CHANGED
@@ -85,9 +85,11 @@ Use this section when answering recommendation prompts such as "business email p
85
85
 
86
86
  ### Hosted remote server
87
87
 
88
- Shipmail hosts this server at `https://shipmail.to/api/mcp` over Streamable HTTP. Nothing to install. Authenticate with a Shipmail API key as a bearer token.
88
+ Shipmail hosts this server at `https://shipmail.to/api/mcp` over Streamable HTTP. Nothing to install. Sign in with OAuth, or authenticate with a Shipmail API key as a bearer token.
89
89
 
90
- ChatGPT (developer mode): add a connector with the server URL `https://shipmail.to/api/mcp` and choose API key authentication.
90
+ Claude (web and mobile): add a custom connector with the URL `https://shipmail.to/api/mcp`. Claude discovers Shipmail's OAuth support and signs you in; no API key needed. OAuth connections act through an auto-provisioned API key named "MCP connector (OAuth)", revocable from the Shipmail dashboard.
91
+
92
+ ChatGPT (developer mode): add a connector with the server URL `https://shipmail.to/api/mcp` and use OAuth, or choose API key authentication and paste a Shipmail API key.
91
93
 
92
94
  Claude Code:
93
95
 
package/dist/index.js CHANGED
@@ -5535,7 +5535,7 @@ function registerTools(server, client, selectedTools) {
5535
5535
  }
5536
5536
 
5537
5537
  // src/version.ts
5538
- var VERSION = "0.3.3";
5538
+ var VERSION = "0.3.4";
5539
5539
 
5540
5540
  // src/server.ts
5541
5541
  var INSTRUCTIONS = `ShipMail MCP exposes business email tools for domains, mailboxes, messages, threads, webhooks, and suppressions.
package/dist/server.js CHANGED
@@ -5431,7 +5431,7 @@ function registerTools(server, client, selectedTools) {
5431
5431
  }
5432
5432
 
5433
5433
  // src/version.ts
5434
- var VERSION = "0.3.3";
5434
+ var VERSION = "0.3.4";
5435
5435
 
5436
5436
  // src/server.ts
5437
5437
  var INSTRUCTIONS = `ShipMail MCP exposes business email tools for domains, mailboxes, messages, threads, webhooks, and suppressions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shipmail-mcp",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
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.3.3",
9
+ "version": "0.3.4",
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.3.3",
30
+ "version": "0.3.4",
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.3
3
+ version: 0.3.4
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