@vibeframe/mcp-server 0.91.9 → 0.93.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 +1 -1
- package/dist/index.js +1272 -772
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -235,7 +235,7 @@ API keys are read from the host's environment (`~/.zshrc`, MCP config `env` bloc
|
|
|
235
235
|
| `GOOGLE_API_KEY` | Gemini (analyze, review, silence-cut, narrate) |
|
|
236
236
|
| `ELEVENLABS_API_KEY` | TTS, voice-clone, dubbing, SFX |
|
|
237
237
|
| `XAI_API_KEY` | Grok |
|
|
238
|
-
| `
|
|
238
|
+
| `FAL_API_KEY` | Seedance image-to-video |
|
|
239
239
|
| `RUNWAY_API_SECRET` | Runway video |
|
|
240
240
|
| `KLING_API_KEY` | Kling video |
|
|
241
241
|
| `VIBE_PROJECT_PATH` | Default timeline JSON path for resources |
|