video-context-mcp-server 0.15.1-beta → 0.15.2-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.
- package/README.md +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -350,10 +350,6 @@ Ask Copilot Chat:
|
|
|
350
350
|
|
|
351
351
|
> "Transcribe this Spanish video and translate it to English: `./video.mp4`"
|
|
352
352
|
|
|
353
|
-
## Additional Guides
|
|
354
|
-
|
|
355
|
-
- [Screen Recording for Small File Sizes (Windows)](docs/screen-recording-small-files.md)
|
|
356
|
-
|
|
357
353
|
## Backend Comparison
|
|
358
354
|
|
|
359
355
|
| Feature | Gemini 3 Flash Preview | GLM-4.6V | Kimi K2.5 |
|
|
@@ -416,7 +412,7 @@ When a provider's API key is missing, the tool automatically falls back to the n
|
|
|
416
412
|
"videoMcp": {
|
|
417
413
|
"type": "stdio",
|
|
418
414
|
"command": "video-context-mcp",
|
|
419
|
-
"env": {
|
|
415
|
+
"env": {
|
|
420
416
|
"Z_AI_API_KEY": "your-zai-key",
|
|
421
417
|
"MOONSHOT_API_KEY": "your-moonshot-key",
|
|
422
418
|
"GEMINI_API_KEY": "your-gemini-key",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "video-context-mcp-server",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2-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",
|