video-context-mcp-server 0.23.6-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
@@ -323,8 +323,6 @@ Set `AUDIO_MCP_DEFAULT_PROVIDER` to change the default.
323
323
 
324
324
  ### Complete Example Config
325
325
 
326
- A fully annotated `.vscode/mcp.json` showing every available environment variable:
327
-
328
326
  > **Warning:** This file contains sensitive API keys. **Never commit it to source control.** Make sure `.vscode/mcp.json` is in your `.gitignore`.
329
327
 
330
328
  ```json
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.23.6-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.6-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.6-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",