video-context-mcp-server 0.18.3-beta → 0.18.4-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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,8 @@ Video Context MCP Server is a Model Context Protocol (MCP) server that gives MCP
15
15
  - 🎯 **Smart Video Handling** — Extracts keyframes from long videos to reduce token usage (when not using Gemini)
16
16
  - ⭐ **Pro tier** — audio-enhanced analysis, extended frame extraction, and multi-platform video downloads. [Learn more ↓](#-pro)
17
17
 
18
+ **[Check demo here](https://www.youtube.com/watch?v=vv4ojD5_67M)**
19
+
18
20
  ## 🔓 Pro
19
21
 
20
22
  The free tier covers all core functionality. A **pro license** unlocks four power features:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "video-context-mcp-server",
3
- "version": "0.18.3-beta",
3
+ "version": "0.18.4-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",