@vibeframe/mcp-server 0.38.0 → 0.40.0

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 +2 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1847,7 +1847,8 @@ Examples:
1847
1847
  $ vibe export project.vibe.json -o output.mp4 -p high -y
1848
1848
  $ vibe export project.vibe.json -o output.webm -f webm
1849
1849
 
1850
- No API keys needed. Requires FFmpeg.`).action(async (projectPath, options) => {
1850
+ Cost: Free (no API keys needed). Requires FFmpeg.
1851
+ Run 'vibe schema export' for structured parameter info.`).action(async (projectPath, options) => {
1851
1852
  const spinner = ora2("Checking FFmpeg...").start();
1852
1853
  try {
1853
1854
  if (options.output) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibeframe/mcp-server",
3
- "version": "0.38.0",
3
+ "version": "0.40.0",
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.38.0",
61
- "@vibeframe/core": "0.38.0"
60
+ "@vibeframe/cli": "0.40.0",
61
+ "@vibeframe/core": "0.40.0"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=20"