video-context-mcp-server 0.50.3-beta → 0.50.5-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 -3
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ An MCP server that gives coding assistants (GitHub Copilot, Cursor, Claude Code)
|
|
|
27
27
|
|
|
28
28
|
- **Node.js 20+**
|
|
29
29
|
- A supported MCP client (VS Code + GitHub Copilot Chat, Cursor, or Claude Code)
|
|
30
|
-
- At least one API key — see [API Keys](#api-keys) below
|
|
30
|
+
- At least one video and one audio API key — see [API Keys](#api-keys) below
|
|
31
31
|
|
|
32
32
|
### Install
|
|
33
33
|
|
|
@@ -35,8 +35,6 @@ An MCP server that gives coding assistants (GitHub Copilot, Cursor, Claude Code)
|
|
|
35
35
|
npm install -g video-context-mcp-server
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
After install, two equivalent CLI commands are available: `video-context-mcp` (full name) and `vmcp` (short alias). Use whichever you prefer — they are identical.
|
|
39
|
-
|
|
40
38
|
### Updating & version check
|
|
41
39
|
|
|
42
40
|
```bash
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.50.
|
|
1
|
+
export declare const VERSION = "0.50.5-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.50.
|
|
3
|
+
"version": "0.50.5-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",
|