@vibeframe/mcp-server 0.57.2 → 0.57.3

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 (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -446870,6 +446870,7 @@ var init_schema = __esm({
446870
446870
  elevenlabs: "ELEVENLABS_API_KEY",
446871
446871
  runway: "RUNWAY_API_SECRET",
446872
446872
  kling: "KLING_API_KEY",
446873
+ fal: "FAL_KEY",
446873
446874
  imgbb: "IMGBB_API_KEY",
446874
446875
  replicate: "REPLICATE_API_TOKEN",
446875
446876
  xai: "XAI_API_KEY",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibeframe/mcp-server",
3
- "version": "0.57.2",
3
+ "version": "0.57.3",
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.57.2",
61
- "@vibeframe/core": "0.57.2"
60
+ "@vibeframe/core": "0.57.3",
61
+ "@vibeframe/cli": "0.57.3"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=20"