video-context-mcp-server 0.52.0-beta → 0.52.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 +8 -8
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/package.json +15 -2
package/README.md
CHANGED
|
@@ -89,10 +89,10 @@ Set all keys to enable the full fallback chain. If one provider is unavailable o
|
|
|
89
89
|
"type": "stdio",
|
|
90
90
|
"command": "video-context-mcp",
|
|
91
91
|
"env": {
|
|
92
|
+
"GEMINI_API_KEY": "your-gemini-key",
|
|
92
93
|
"Z_AI_API_KEY": "your-zai-key",
|
|
93
94
|
"DASHSCOPE_API_KEY": "your-dashscope-key",
|
|
94
95
|
"MOONSHOT_API_KEY": "your-moonshot-key",
|
|
95
|
-
"GEMINI_API_KEY": "your-gemini-key",
|
|
96
96
|
"MIMO_API_KEY": "your-mimo-key",
|
|
97
97
|
"DEEPGRAM_API_KEY": "your-deepgram-key",
|
|
98
98
|
"ASSEMBLYAI_API_KEY": "your-assemblyai-key",
|
|
@@ -118,10 +118,10 @@ You can configure the MCP server globally (for all projects) or at the project l
|
|
|
118
118
|
"videoMcp": {
|
|
119
119
|
"command": "video-context-mcp",
|
|
120
120
|
"env": {
|
|
121
|
+
"GEMINI_API_KEY": "your-gemini-key",
|
|
121
122
|
"Z_AI_API_KEY": "your-zai-key",
|
|
122
123
|
"DASHSCOPE_API_KEY": "your-dashscope-key",
|
|
123
124
|
"MOONSHOT_API_KEY": "your-moonshot-key",
|
|
124
|
-
"GEMINI_API_KEY": "your-gemini-key",
|
|
125
125
|
"MIMO_API_KEY": "your-mimo-key",
|
|
126
126
|
"DEEPGRAM_API_KEY": "your-deepgram-key",
|
|
127
127
|
"ASSEMBLYAI_API_KEY": "your-assemblyai-key",
|
|
@@ -151,10 +151,10 @@ Create a `.cursor/mcp.json` (or `.mcp.json`) in your project root with the confi
|
|
|
151
151
|
|
|
152
152
|
```bash
|
|
153
153
|
claude mcp add \
|
|
154
|
+
--env GEMINI_API_KEY=your-gemini-key \
|
|
154
155
|
--env Z_AI_API_KEY=your-zai-key \
|
|
155
156
|
--env DASHSCOPE_API_KEY=your-dashscope-key \
|
|
156
157
|
--env MOONSHOT_API_KEY=your-moonshot-key \
|
|
157
|
-
--env GEMINI_API_KEY=your-gemini-key \
|
|
158
158
|
--env MIMO_API_KEY=your-mimo-key \
|
|
159
159
|
--env DEEPGRAM_API_KEY=your-deepgram-key \
|
|
160
160
|
--env ASSEMBLYAI_API_KEY=your-assemblyai-key \
|
|
@@ -176,10 +176,10 @@ Create `.mcp.json` in your project root:
|
|
|
176
176
|
"videoMcp": {
|
|
177
177
|
"command": "video-context-mcp",
|
|
178
178
|
"env": {
|
|
179
|
+
"GEMINI_API_KEY": "your-gemini-key",
|
|
179
180
|
"Z_AI_API_KEY": "your-zai-key",
|
|
180
181
|
"DASHSCOPE_API_KEY": "your-dashscope-key",
|
|
181
182
|
"MOONSHOT_API_KEY": "your-moonshot-key",
|
|
182
|
-
"GEMINI_API_KEY": "your-gemini-key",
|
|
183
183
|
"MIMO_API_KEY": "your-mimo-key",
|
|
184
184
|
"DEEPGRAM_API_KEY": "your-deepgram-key",
|
|
185
185
|
"ASSEMBLYAI_API_KEY": "your-assemblyai-key",
|
|
@@ -207,10 +207,10 @@ Use `npx -y video-context-mcp-server@latest` as the command instead of `video-co
|
|
|
207
207
|
"command": "npx",
|
|
208
208
|
"args": ["-y", "video-context-mcp-server@latest"],
|
|
209
209
|
"env": {
|
|
210
|
+
"GEMINI_API_KEY": "your-gemini-key",
|
|
210
211
|
"Z_AI_API_KEY": "your-zai-key",
|
|
211
212
|
"DASHSCOPE_API_KEY": "your-dashscope-key",
|
|
212
213
|
"MOONSHOT_API_KEY": "your-moonshot-key",
|
|
213
|
-
"GEMINI_API_KEY": "your-gemini-key",
|
|
214
214
|
"MIMO_API_KEY": "your-mimo-key",
|
|
215
215
|
"DEEPGRAM_API_KEY": "your-deepgram-key",
|
|
216
216
|
"ASSEMBLYAI_API_KEY": "your-assemblyai-key",
|
|
@@ -225,10 +225,10 @@ Use `npx -y video-context-mcp-server@latest` as the command instead of `video-co
|
|
|
225
225
|
|
|
226
226
|
```bash
|
|
227
227
|
claude mcp add \
|
|
228
|
+
--env GEMINI_API_KEY=your-gemini-key \
|
|
228
229
|
--env Z_AI_API_KEY=your-zai-key \
|
|
229
230
|
--env DASHSCOPE_API_KEY=your-dashscope-key \
|
|
230
231
|
--env MOONSHOT_API_KEY=your-moonshot-key \
|
|
231
|
-
--env GEMINI_API_KEY=your-gemini-key \
|
|
232
232
|
--env MIMO_API_KEY=your-mimo-key \
|
|
233
233
|
--env DEEPGRAM_API_KEY=your-deepgram-key \
|
|
234
234
|
--env ASSEMBLYAI_API_KEY=your-assemblyai-key \
|
|
@@ -573,10 +573,10 @@ vmcp cache clear:all --yes # skip confirmation
|
|
|
573
573
|
"type": "stdio",
|
|
574
574
|
"command": "video-context-mcp",
|
|
575
575
|
"env": {
|
|
576
|
+
"GEMINI_API_KEY": "your-gemini-key",
|
|
576
577
|
"Z_AI_API_KEY": "your-zai-key",
|
|
577
578
|
"DASHSCOPE_API_KEY": "your-dashscope-key",
|
|
578
579
|
"MOONSHOT_API_KEY": "your-moonshot-key",
|
|
579
|
-
"GEMINI_API_KEY": "your-gemini-key",
|
|
580
580
|
"MIMO_API_KEY": "your-mimo-key",
|
|
581
581
|
"DEEPGRAM_API_KEY": "your-deepgram-key",
|
|
582
582
|
"ASSEMBLYAI_API_KEY": "your-assemblyai-key",
|
|
@@ -720,10 +720,10 @@ Use this `.vscode/mcp.json` to run the local build (never commit this file):
|
|
|
720
720
|
"command": "node",
|
|
721
721
|
"args": ["${workspaceFolder}/dist/index.js"],
|
|
722
722
|
"env": {
|
|
723
|
+
"GEMINI_API_KEY": "your-gemini-key",
|
|
723
724
|
"Z_AI_API_KEY": "your-zai-key",
|
|
724
725
|
"DASHSCOPE_API_KEY": "your-dashscope-key",
|
|
725
726
|
"MOONSHOT_API_KEY": "your-moonshot-key",
|
|
726
|
-
"GEMINI_API_KEY": "your-gemini-key",
|
|
727
727
|
"MIMO_API_KEY": "your-mimo-key",
|
|
728
728
|
"VIDEO_MCP_DEFAULT_PROVIDER": "gemini",
|
|
729
729
|
"DEEPGRAM_API_KEY": "your-deepgram-key",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.52.
|
|
1
|
+
export declare const VERSION = "0.52.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.52.
|
|
3
|
+
"version": "0.52.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",
|
|
@@ -26,13 +26,26 @@
|
|
|
26
26
|
"mcp",
|
|
27
27
|
"model-context-protocol",
|
|
28
28
|
"video",
|
|
29
|
+
"video-analysis",
|
|
30
|
+
"video-summarization",
|
|
31
|
+
"transcription",
|
|
29
32
|
"ai",
|
|
30
33
|
"copilot",
|
|
34
|
+
"gemini",
|
|
31
35
|
"kimi",
|
|
32
36
|
"glm",
|
|
33
37
|
"qwen",
|
|
38
|
+
"mimo",
|
|
34
39
|
"moonshot",
|
|
35
|
-
"z.ai"
|
|
40
|
+
"z.ai",
|
|
41
|
+
"alibaba",
|
|
42
|
+
"xiaomi",
|
|
43
|
+
"google",
|
|
44
|
+
"deepgram",
|
|
45
|
+
"assemblyai",
|
|
46
|
+
"groq",
|
|
47
|
+
"ffmpeg",
|
|
48
|
+
"yt-dlp"
|
|
36
49
|
],
|
|
37
50
|
"author": "",
|
|
38
51
|
"license": "UNLICENSED",
|