@socialneuron/mcp-server 1.7.15 → 1.7.18
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 +28 -0
- package/dist/http.js +669 -207
- package/dist/index.js +15502 -14769
- package/dist/sn.js +13797 -213
- package/package.json +9 -11
- package/tools.lock.json +1 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socialneuron/mcp-server",
|
|
3
3
|
"mcpName": "com.socialneuron/mcp-server",
|
|
4
|
-
"version": "1.7.
|
|
5
|
-
"description": "Official MCP server, REST API & CLI for Social Neuron
|
|
4
|
+
"version": "1.7.18",
|
|
5
|
+
"description": "Official MCP server, REST API & CLI for Social Neuron — create, schedule, and optimize social content with 35+ AI models across YouTube, TikTok, and more.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"bin": {
|
|
@@ -86,23 +86,21 @@
|
|
|
86
86
|
"@modelcontextprotocol/ext-apps": "1.7.4",
|
|
87
87
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
88
88
|
"@supabase/supabase-js": "2.108.2",
|
|
89
|
-
"cors": "^2.8.6",
|
|
90
89
|
"express": "^5.1.0",
|
|
91
|
-
"express-rate-limit": "^8.3.2",
|
|
92
90
|
"jose": "^6.2.1",
|
|
93
91
|
"open": "10.0.0",
|
|
94
|
-
"posthog-node": "5.
|
|
92
|
+
"posthog-node": "5.39.4",
|
|
95
93
|
"zod": "^4.3.6"
|
|
96
94
|
},
|
|
97
95
|
"devDependencies": {
|
|
96
|
+
"@remotion/bundler": "4.0.485",
|
|
97
|
+
"@remotion/renderer": "4.0.485",
|
|
98
98
|
"@types/express": "5.0.6",
|
|
99
|
-
"@types/node": "26.
|
|
99
|
+
"@types/node": "26.1.0",
|
|
100
100
|
"esbuild": "^0.28.1",
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"@remotion/bundler": "4.0.481",
|
|
105
|
-
"@remotion/renderer": "4.0.481"
|
|
101
|
+
"playwright": "1.61.1",
|
|
102
|
+
"typescript": "^6.0.3",
|
|
103
|
+
"vitest": "^3.2.6"
|
|
106
104
|
},
|
|
107
105
|
"overrides": {
|
|
108
106
|
"vite": "7.3.5",
|
package/tools.lock.json
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"save_content_plan": "e876db2b255acd39bdced9d5ff9ea0f1b6472343cb6833f9b9d402c7edb27e67",
|
|
102
102
|
"save_draft_to_library": "cb7c13b408e959ce7b78ed4f9c87872558366a9b9bd7cec8a32f0d9c59541f75",
|
|
103
103
|
"schedule_content_plan": "c61002f034b198e8f405cf9a3a05032d9639ddee75ea6649f08a432fca46542d",
|
|
104
|
-
"schedule_post": "
|
|
104
|
+
"schedule_post": "ed622d0a53d11d34876a2dc8528123d558e999e1ef8ac07eb101e8ac3f0ba78d",
|
|
105
105
|
"search": "a985b8fb8cdfc6260bab53bd7aa0c2f02b1f0107c2d3cc4e6c845f7b5f5b0018",
|
|
106
106
|
"search_tools": "02a960a00d893adcd1d367e684caa4aca6e36b90710c6847acd59b36fff035e9",
|
|
107
107
|
"start_platform_connection": "6a9e8ccc5c01bbfa8de673fc81ec766a132a6af1c22b658736a0d9d9976dd8f0",
|