video-context-mcp-server 0.36.0-beta → 0.36.1-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
@@ -467,11 +467,11 @@ Restart the MCP server. **Keep your cookies file private** — never commit it t
467
467
 
468
468
  The free tier covers all core functionality. A **pro license** unlocks three power features:
469
469
 
470
- | Feature | Free | Pro |
471
- | ---------------------------- | ------------------- | --------------------------------- |
472
- | 🖼️ Extended frame extraction | Capped at 50 frames | Default 100; set `0` for uncapped |
473
- | 🌐 Platform video downloads | YouTube only | All yt-dlp platforms |
474
- | 📺 Download resolution | Capped at 720p | Uncapped |
470
+ | Feature | Free | Pro |
471
+ | ------------------------------------------------ | ------------------- | --------------------------------- |
472
+ | 🖼️ Extended frame extraction (`summarize_video`) | Capped at 50 frames | Default 100; set `0` for uncapped |
473
+ | 🌐 Platform video downloads | YouTube only | Almost all video platforms |
474
+ | 📺 Download resolution | Capped at 720p | Uncapped |
475
475
 
476
476
  > Local files and direct `http(s)://` video URLs work for all users — the platform gate only applies to yt-dlp URLs (YouTube, Vimeo, TikTok, etc.).
477
477
 
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.36.0-beta";
1
+ export declare const VERSION = "0.36.1-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.36.0-beta';
2
+ export const VERSION = '0.36.1-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.36.0-beta",
3
+ "version": "0.36.1-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",