video-context-mcp-server 0.27.1-beta → 0.28.0-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
@@ -415,7 +415,9 @@ When a free-tier limit is reached, the tool falls back gracefully with a notice
415
415
 
416
416
  ### Getting a License
417
417
 
418
- License keys are valid for **1 year**. Validation uses a hybrid approach: fast offline Ed25519 verification runs first, then a brief online heartbeat registers your device (up to **5 devices per key**) and enables revocation. The online check has a 5-second timeout; if the server is unreachable, the offline result is used as a fallback — you are never blocked by network issues. Contact the author to obtain a key.
418
+ License keys are valid for **1 year**.
419
+
420
+ **[Purchase a Pro License on Gumroad](https://jeromekph.gumroad.com/l/video-context-mcp)**
419
421
 
420
422
  Add `VIDEO_MCP_LICENSE_KEY` to your MCP config `env` block and restart the server:
421
423
 
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.27.1-beta";
1
+ export declare const VERSION = "0.28.0-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.27.1-beta';
2
+ export const VERSION = '0.28.0-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.27.1-beta",
3
+ "version": "0.28.0-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",