@vibeframe/mcp-server 0.48.0 → 0.48.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/dist/index.js +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -426160,7 +426160,8 @@ function createHyperframesBackend() {
|
|
|
426160
426160
|
quality: options.quality ?? "standard",
|
|
426161
426161
|
format: options.format ?? "mp4",
|
|
426162
426162
|
entryFile: "index.html",
|
|
426163
|
-
crf: qualityToCrf(options.quality)
|
|
426163
|
+
crf: qualityToCrf(options.quality),
|
|
426164
|
+
workers: options.workers ?? 1
|
|
426164
426165
|
};
|
|
426165
426166
|
const job = createRenderJob2(config4);
|
|
426166
426167
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibeframe/mcp-server",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.1",
|
|
4
4
|
"description": "VibeFrame MCP Server - AI-native video editing via Model Context Protocol",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"tsx": "^4.21.0",
|
|
58
58
|
"typescript": "^5.3.3",
|
|
59
59
|
"vitest": "^1.2.2",
|
|
60
|
-
"@vibeframe/
|
|
61
|
-
"@vibeframe/
|
|
60
|
+
"@vibeframe/core": "0.48.1",
|
|
61
|
+
"@vibeframe/cli": "0.48.1"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=20"
|