@vibeframe/mcp-server 0.67.0 → 0.69.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.
- package/README.md +2 -3
- package/dist/index.js +6511 -7888
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -157,15 +157,14 @@ Tool names are MCP-side. Your host typically prefixes them (e.g. Claude shows th
|
|
|
157
157
|
| `project_create` / `project_info` | `.vibe.json` lifecycle |
|
|
158
158
|
| `export_video` | Export project to MP4/WebM/MOV via FFmpeg |
|
|
159
159
|
|
|
160
|
-
### Pipelines (
|
|
160
|
+
### Pipelines (4)
|
|
161
161
|
|
|
162
162
|
| Tool | Description |
|
|
163
163
|
|------|-------------|
|
|
164
164
|
| `pipeline_run` | Execute a multi-stage YAML pipeline |
|
|
165
|
-
| `pipeline_script_to_video` | **[DEPRECATED v0.63]** Script → narration → video → mux. Use `scene_build` instead. |
|
|
166
165
|
| `pipeline_highlights` | Long-form → highlight clips |
|
|
167
166
|
| `pipeline_auto_shorts` | Long-form → vertical shorts |
|
|
168
|
-
| `pipeline_regenerate_scene` | Re-render a single scene
|
|
167
|
+
| `pipeline_regenerate_scene` | Re-render a single scene against an existing storyboard.{yaml,json} |
|
|
169
168
|
|
|
170
169
|
> **CLI ↔ MCP sync**: `packages/mcp-server/src/tools/cli-sync.test.ts` is a vitest hook that fails CI when a CLI subcommand is added/removed/renamed without the matching MCP change. Open the test file to see the live mapping table — `null` rows mark known TODOs (currently `edit_fill_gaps` and `analyze_suggest`).
|
|
171
170
|
|