@vibeframe/mcp-server 0.80.0 → 0.80.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 +10 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -14025,7 +14025,8 @@ function getSetupProviders() {
|
|
|
14025
14025
|
key: k.configKey,
|
|
14026
14026
|
name: k.label,
|
|
14027
14027
|
env: k.envVar,
|
|
14028
|
-
desc: k.setupDescription ?? ""
|
|
14028
|
+
desc: k.setupDescription ?? "",
|
|
14029
|
+
url: k.envExampleUrl
|
|
14029
14030
|
}));
|
|
14030
14031
|
}
|
|
14031
14032
|
function getAllApiKeys() {
|
|
@@ -456470,6 +456471,13 @@ var init_storyboard = __esm({
|
|
|
456470
456471
|
}
|
|
456471
456472
|
});
|
|
456472
456473
|
|
|
456474
|
+
// ../cli/src/utils/open-url.ts
|
|
456475
|
+
var init_open_url = __esm({
|
|
456476
|
+
"../cli/src/utils/open-url.ts"() {
|
|
456477
|
+
"use strict";
|
|
456478
|
+
}
|
|
456479
|
+
});
|
|
456480
|
+
|
|
456473
456481
|
// ../cli/src/utils/tty.ts
|
|
456474
456482
|
import { createInterface as createInterface4 } from "node:readline";
|
|
456475
456483
|
import { ReadStream } from "node:tty";
|
|
@@ -456521,6 +456529,7 @@ var ttyStream;
|
|
|
456521
456529
|
var init_tty = __esm({
|
|
456522
456530
|
"../cli/src/utils/tty.ts"() {
|
|
456523
456531
|
"use strict";
|
|
456532
|
+
init_open_url();
|
|
456524
456533
|
ttyStream = null;
|
|
456525
456534
|
}
|
|
456526
456535
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibeframe/mcp-server",
|
|
3
|
-
"version": "0.80.
|
|
3
|
+
"version": "0.80.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/cli": "0.80.
|
|
61
|
-
"@vibeframe/core": "0.80.
|
|
60
|
+
"@vibeframe/cli": "0.80.1",
|
|
61
|
+
"@vibeframe/core": "0.80.1"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=20"
|