video-context-mcp-server 0.15.2-beta → 0.15.3-beta

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,9 +61,9 @@ To obtain a key, contact the author. Once you have it:
61
61
 
62
62
  You'll need API keys for one or more **video** backends:
63
63
 
64
- - **Gemini 3 Flash Preview (Google)**: [Get API Key](https://aistudio.google.com/app/apikey)
65
- - **Kimi K2.5 (Moonshot AI)**: [Get API Key](https://platform.moonshot.ai)
66
64
  - **GLM-4.6V (Z.AI)**: [Get API Key](https://z.ai/manage-apikey/apikey-list)
65
+ - **Kimi K2.5 (Moonshot AI)**: [Get API Key](https://platform.moonshot.ai)
66
+ - **Gemini 3 Flash Preview (Google)**: [Get API Key](https://aistudio.google.com/app/apikey)
67
67
 
68
68
  For **audio transcription** (`transcribe_video`), you'll also need at least one audio provider key:
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "video-context-mcp-server",
3
- "version": "0.15.2-beta",
3
+ "version": "0.15.3-beta",
4
4
  "description": "A Model Context Protocol server that gives GitHub Copilot the ability to understand and analyze video content",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",