video-context-mcp-server 0.30.0-beta → 0.30.1-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 +4 -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
|
@@ -429,8 +429,6 @@ Add `VIDEO_MCP_LICENSE_KEY` to your MCP config `env` block and restart the serve
|
|
|
429
429
|
}
|
|
430
430
|
```
|
|
431
431
|
|
|
432
|
-
> No account registration required. Validation is offline-first — the brief online heartbeat enforces the device limit and enables revocation, but if the server is unreachable you are never blocked.
|
|
433
|
-
|
|
434
432
|
---
|
|
435
433
|
|
|
436
434
|
## Troubleshooting
|
|
@@ -512,4 +510,8 @@ Proprietary — All Rights Reserved. No part of this software may be copied, mod
|
|
|
512
510
|
- [MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk) by Anthropic
|
|
513
511
|
- [Kimi K2.5](https://github.com/MoonshotAI/Kimi-K2.5) by Moonshot AI
|
|
514
512
|
- [GLM-4.6V](https://docs.z.ai/guides/vlm/glm-4.6v) by Z.AI
|
|
513
|
+
- [Deepgram](https://www.deepgram.com/) for audio transcription
|
|
514
|
+
- [AssemblyAI](https://www.assemblyai.com/) for audio transcription
|
|
515
|
+
- [Groq/Whisper](https://console.groq.com/) for audio transcription
|
|
516
|
+
- [Gemini](https://aistudio.google.com/app/apikey) for audio transcription and as a fallback provider
|
|
515
517
|
- [ffmpeg](https://ffmpeg.org/) for video processing
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.30.
|
|
1
|
+
export declare const VERSION = "0.30.1-beta";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "video-context-mcp-server",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.1-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",
|