@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.
Files changed (3) hide show
  1. package/README.md +8 -1
  2. package/package.json +3 -2
  3. package/server.json +21 -0
package/README.md CHANGED
@@ -6,7 +6,14 @@
6
6
 
7
7
  # mcp-video
8
8
 
9
- **Cinema-grade video production for AI agents.**
9
+
10
+ <!-- badges -->
11
+ [![npm version](https://img.shields.io/npm/v/mcp-video?style=flat-square&color=cb3837&logo=npm&label=npm)](https://www.npmjs.com/package/mcp-video)
12
+ [![npm downloads](https://img.shields.io/npm/dm/mcp-video?style=flat-square&color=cb3837&logo=npm&label=installs%2Fmo)](https://www.npmjs.com/package/mcp-video)
13
+ ![License](https://img.shields.io/github/license/studiomeyer-io/mcp-video?style=flat-square&color=22c55e&label=license)
14
+ ![Last commit](https://img.shields.io/github/last-commit/studiomeyer-io/mcp-video?style=flat-square&color=88c0d0&label=updated)
15
+ ![GitHub stars](https://img.shields.io/github/stars/studiomeyer-io/mcp-video?style=flat-square&color=ffd700&logo=github&label=stars)
16
+ <!-- /badges -->**Cinema-grade video production for AI agents.**
10
17
 
11
18
  ![CI](https://github.com/studiomeyer-io/mcp-video/actions/workflows/ci.yml/badge.svg)
12
19
  ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@studiomeyer/mcp-video",
3
- "version": "1.0.1",
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.39",
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
+ }