video-context-mcp-server 1.1.2 โ 1.1.4
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 +6 -2
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -310,6 +310,8 @@ All tools accept local file paths, `file://` URIs, and remote `http(s)` URLs. Re
|
|
|
310
310
|
|
|
311
311
|
If you need a MiniMax API key, get it from the [MiniMax interface key page](https://platform.minimax.io/user-center/basic-information/interface-key). It is used for the media generation tools: text-to-speech, image generation, video generation, music generation, and generation task polling.
|
|
312
312
|
|
|
313
|
+
> Note: MiniMax media generation also requires account balance. Top up or recharge at [https://platform.minimax.io/user-center/payment/balance](https://platform.minimax.io/user-center/payment/balance).
|
|
314
|
+
|
|
313
315
|
### Video Providers
|
|
314
316
|
|
|
315
317
|
Set all keys to get the full fallback chain. The server will try Gemini first, then GLM, then Qwen, then Kimi, then MiMo, so having all keys ensures it never gets stuck without a working provider:
|
|
@@ -620,6 +622,8 @@ Set `AUDIO_MCP_DEFAULT_PROVIDER` to change the default.
|
|
|
620
622
|
|
|
621
623
|
### Media Generation (MiniMax)
|
|
622
624
|
|
|
625
|
+
> MiniMax media generation requires account balance. Top up or recharge at [https://platform.minimax.io/user-center/payment/balance](https://platform.minimax.io/user-center/payment/balance).
|
|
626
|
+
|
|
623
627
|
| Variable | Description | Default |
|
|
624
628
|
| ---------------------------- | -------------------------------------------- | --------------------------- |
|
|
625
629
|
| `MINIMAX_API_KEY` | MiniMax API key for all generation tools | โ (required for generation) |
|
|
@@ -854,9 +858,9 @@ When a free-tier limit is reached, the tool falls back gracefully with a notice
|
|
|
854
858
|
|
|
855
859
|
License keys are valid for **1 year**.
|
|
856
860
|
|
|
857
|
-
๐ LAUNCH PROMO
|
|
861
|
+
๐ LAUNCH PROMO
|
|
858
862
|
|
|
859
|
-
For a limited time, you can get a PRO license for
|
|
863
|
+
For a limited time, you can get a PRO license for just $10. The license is valid for 1 year.
|
|
860
864
|
|
|
861
865
|
**[Purchase a Pro License on Gumroad](https://jeromekph.gumroad.com/l/video-context-mcp)**
|
|
862
866
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.1.
|
|
1
|
+
export declare const VERSION = "1.1.4";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED