@socialneuron/mcp-server 1.3.0 → 1.3.1

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to `@socialneuron/mcp-server` will be documented in this file.
4
4
 
5
+ ## [1.3.1] - 2026-03-13
6
+
7
+ ### Fixed
8
+ - **zod v4 compatibility**: Updated `zod` dependency from v3 to v4 to match `@modelcontextprotocol/sdk` peer requirement, fixing `ERR_PACKAGE_PATH_NOT_EXPORTED` crash on `npx` install
9
+ - **Test domain**: Fixed test fixtures using deprecated `socialneuron.ai` domain (now `socialneuron.com`)
10
+ - **CLI E2E timeout**: Increased envelope test timeout to avoid false failures
11
+
5
12
  ## [1.3.0] - 2026-03-13
6
13
 
7
14
  ### Added
package/dist/http.js CHANGED
@@ -6215,7 +6215,7 @@ init_supabase();
6215
6215
  import { z as z14 } from "zod";
6216
6216
 
6217
6217
  // src/lib/version.ts
6218
- var MCP_VERSION = "1.3.0";
6218
+ var MCP_VERSION = "1.3.1";
6219
6219
 
6220
6220
  // src/tools/usage.ts
6221
6221
  function asEnvelope10(data) {
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ var MCP_VERSION;
14
14
  var init_version = __esm({
15
15
  "src/lib/version.ts"() {
16
16
  "use strict";
17
- MCP_VERSION = "1.3.0";
17
+ MCP_VERSION = "1.3.1";
18
18
  }
19
19
  });
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socialneuron/mcp-server",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "MCP server for Social Neuron - AI content creation platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -66,7 +66,7 @@
66
66
  "jose": "^6.2.1",
67
67
  "open": "10.0.0",
68
68
  "posthog-node": "^5.28.0",
69
- "zod": "3.24.0"
69
+ "zod": "^4.0.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/node": "^25.3.5",