shipmail-mcp 0.5.8 → 0.5.9

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 CHANGED
@@ -2272,6 +2272,8 @@ var audienceSchema = z.object({
2272
2272
  member_count: z.number(),
2273
2273
  subscribed_count: z.number(),
2274
2274
  consent_source: z.string().nullable(),
2275
+ feed_enabled: z.boolean(),
2276
+ feed_url: z.string().nullable(),
2275
2277
  created_at: z.string(),
2276
2278
  updated_at: z.string()
2277
2279
  });
@@ -6915,7 +6917,7 @@ function registerTools(rawServer, client, allowedTools, grantedOrganizations = [
6915
6917
  }
6916
6918
 
6917
6919
  // src/version.ts
6918
- var VERSION = "0.5.8";
6920
+ var VERSION = "0.5.9";
6919
6921
 
6920
6922
  // src/server.ts
6921
6923
  var INSTRUCTIONS = `ShipMail MCP exposes the business email and calendar tools authorized by the connection's current ShipMail permissions.
package/dist/server.js CHANGED
@@ -2175,6 +2175,8 @@ var audienceSchema = z.object({
2175
2175
  member_count: z.number(),
2176
2176
  subscribed_count: z.number(),
2177
2177
  consent_source: z.string().nullable(),
2178
+ feed_enabled: z.boolean(),
2179
+ feed_url: z.string().nullable(),
2178
2180
  created_at: z.string(),
2179
2181
  updated_at: z.string()
2180
2182
  });
@@ -6818,7 +6820,7 @@ function registerTools(rawServer, client, allowedTools, grantedOrganizations = [
6818
6820
  }
6819
6821
 
6820
6822
  // src/version.ts
6821
- var VERSION = "0.5.8";
6823
+ var VERSION = "0.5.9";
6822
6824
 
6823
6825
  // src/server.ts
6824
6826
  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.8",
3
+ "version": "0.5.9",
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",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@modelcontextprotocol/sdk": "1.29.0",
62
- "shipmail": "0.4.4",
62
+ "shipmail": "0.4.5",
63
63
  "zod": "4.4.3"
64
64
  },
65
65
  "devDependencies": {
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.8",
9
+ "version": "0.5.9",
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.8",
30
+ "version": "0.5.9",
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.8
3
+ version: 0.5.9
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