video-context-mcp-server 0.23.5-beta → 0.23.6-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 +5 -1
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,6 +49,8 @@ npm install -g video-context-mcp-server@latest # update
|
|
|
49
49
|
|
|
50
50
|
Create or update `.vscode/mcp.json` in your workspace:
|
|
51
51
|
|
|
52
|
+
> **Important:** This file contains sensitive API keys. **Never commit it to source control.** Ensure it is added to your `.gitignore` file.
|
|
53
|
+
|
|
52
54
|
```json
|
|
53
55
|
{
|
|
54
56
|
"servers": {
|
|
@@ -323,6 +325,8 @@ Set `AUDIO_MCP_DEFAULT_PROVIDER` to change the default.
|
|
|
323
325
|
|
|
324
326
|
A fully annotated `.vscode/mcp.json` showing every available environment variable:
|
|
325
327
|
|
|
328
|
+
> **Warning:** This file contains sensitive API keys. **Never commit it to source control.** Make sure `.vscode/mcp.json` is in your `.gitignore`.
|
|
329
|
+
|
|
326
330
|
```json
|
|
327
331
|
{
|
|
328
332
|
"servers": {
|
|
@@ -451,7 +455,7 @@ npm install
|
|
|
451
455
|
npm run build
|
|
452
456
|
```
|
|
453
457
|
|
|
454
|
-
Use this `.vscode/mcp.json` to run the local build:
|
|
458
|
+
Use this `.vscode/mcp.json` to run the local build (never commit this file):
|
|
455
459
|
|
|
456
460
|
```json
|
|
457
461
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.23.
|
|
1
|
+
export declare const VERSION = "0.23.6-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.23.
|
|
3
|
+
"version": "0.23.6-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",
|