video-context-mcp-server 0.50.6-beta → 0.50.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
@@ -593,6 +593,14 @@ vmcp cache clear:all --yes # skip confirmation
593
593
  "YT_DLP_COOKIES_FILE": "/path/to/cookies.txt",
594
594
  "YT_DLP_IMPERSONATE": "chrome",
595
595
  "AWS_S3_BUCKET": "my-video-analysis",
596
+ "AWS_ACCESS_KEY_ID": "AKIA...",
597
+ "AWS_SECRET_ACCESS_KEY": "your-secret-key",
598
+ "AWS_REGION": "us-east-1",
599
+ "AWS_S3_RELAY_CLEANUP": "true",
600
+ "QWEN_BASE_URL": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions",
601
+ "QWEN_REQUEST_TIMEOUT_MS": "240000",
602
+ "GLM_REQUEST_TIMEOUT_MS": "240000",
603
+ "MIMO_REQUEST_TIMEOUT_MS": "240000",
596
604
  "VIDEO_MCP_LICENSE_KEY": "your-license-key"
597
605
  }
598
606
  }
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.50.6-beta";
1
+ export declare const VERSION = "0.50.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.50.6-beta';
2
+ export const VERSION = '0.50.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.50.6-beta",
3
+ "version": "0.50.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",