video-context-mcp-server 0.23.5-beta → 0.23.7-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 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": {
@@ -321,7 +323,7 @@ Set `AUDIO_MCP_DEFAULT_PROVIDER` to change the default.
321
323
 
322
324
  ### Complete Example Config
323
325
 
324
- A fully annotated `.vscode/mcp.json` showing every available environment variable:
326
+ > **Warning:** This file contains sensitive API keys. **Never commit it to source control.** Make sure `.vscode/mcp.json` is in your `.gitignore`.
325
327
 
326
328
  ```json
327
329
  {
@@ -451,7 +453,7 @@ npm install
451
453
  npm run build
452
454
  ```
453
455
 
454
- Use this `.vscode/mcp.json` to run the local build:
456
+ Use this `.vscode/mcp.json` to run the local build (never commit this file):
455
457
 
456
458
  ```json
457
459
  {
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.23.5-beta";
1
+ export declare const VERSION = "0.23.7-beta";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by scripts/sync-version.ts — do not edit
2
- export const VERSION = '0.23.5-beta';
2
+ export const VERSION = '0.23.7-beta';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "video-context-mcp-server",
3
- "version": "0.23.5-beta",
3
+ "version": "0.23.7-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",