@studiomeyer/mcp-video 1.0.1 → 1.0.2
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 +8 -1
- package/package.json +3 -2
- package/server.json +21 -0
package/README.md
CHANGED
|
@@ -6,7 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
# mcp-video
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
<!-- badges -->
|
|
11
|
+
[](https://www.npmjs.com/package/mcp-video)
|
|
12
|
+
[](https://www.npmjs.com/package/mcp-video)
|
|
13
|
+

|
|
14
|
+

|
|
15
|
+

|
|
16
|
+
<!-- /badges -->**Cinema-grade video production for AI agents.**
|
|
10
17
|
|
|
11
18
|

|
|
12
19
|

|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studiomeyer/mcp-video",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"mcpName": "io.studiomeyer/video",
|
|
4
5
|
"description": "Cinema-grade video production MCP server \u2014 8 tools for recording, editing, effects, captions, TTS, and smart screenshots. Zero-config, works with any MCP client.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "dist/server.js",
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
"zod": "^3.22.0"
|
|
49
50
|
},
|
|
50
51
|
"devDependencies": {
|
|
51
|
-
"@types/node": "^20.19.
|
|
52
|
+
"@types/node": "^20.19.40",
|
|
52
53
|
"tsx": "^4.7.0",
|
|
53
54
|
"typescript": "^5.3.0",
|
|
54
55
|
"vitest": "^1.6.0"
|
package/server.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
+
"name": "io.studiomeyer/video",
|
|
4
|
+
"title": "StudioMeyer Video",
|
|
5
|
+
"description": "Video production: recording, editing, effects, captions, TTS, screenshots. 8 tools.",
|
|
6
|
+
"repository": {
|
|
7
|
+
"url": "https://github.com/studiomeyer-io/mcp-video",
|
|
8
|
+
"source": "github"
|
|
9
|
+
},
|
|
10
|
+
"version": "1.0.2",
|
|
11
|
+
"packages": [
|
|
12
|
+
{
|
|
13
|
+
"registryType": "npm",
|
|
14
|
+
"identifier": "@studiomeyer/mcp-video",
|
|
15
|
+
"version": "1.0.2",
|
|
16
|
+
"transport": {
|
|
17
|
+
"type": "stdio"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|