video-context-mcp-server 1.1.3 โ†’ 1.1.5

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
@@ -858,9 +858,9 @@ When a free-tier limit is reached, the tool falls back gracefully with a notice
858
858
 
859
859
  License keys are valid for **1 year**.
860
860
 
861
- ๐Ÿš€ LAUNCH PROMO: Get PRO for Free!
861
+ ๐Ÿš€ LAUNCH PROMO
862
862
 
863
- For a limited time, you can get a PRO license for free. Just enter 0 in the amount field. If you'd like to support the development, feel free to enter any amount you chooseโ€”any contribution is greatly appreciated!
863
+ For a limited time, you can get a PRO license for just $10. The license is valid for 1 year.
864
864
 
865
865
  **[Purchase a Pro License on Gumroad](https://jeromekph.gumroad.com/l/video-context-mcp)**
866
866
 
@@ -882,6 +882,18 @@ Add `VIDEO_MCP_LICENSE_KEY` to your MCP config `env` block and restart the serve
882
882
 
883
883
  - **Missing API key errors** โ€” Set only the keys for providers you use. When a key is missing, tools automatically fall back to the next available provider and include a notice in the response.
884
884
 
885
+ ## Funding
886
+
887
+ If you find this project helpful, please consider supporting its development:
888
+
889
+ [![GitHub Sponsors](https://img.shields.io/badge/Sponsor-GitHub-pink?logo=github)](https://github.com/sponsors/tugudush)
890
+
891
+ **Solana (SOL)**
892
+
893
+ ```
894
+ CWZccD3Ny3XotFZtnkcyzP3hapmu3ExknN1PF4rEvP3u
895
+ ```
896
+
885
897
  ---
886
898
 
887
899
  ## Development
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.1.3";
1
+ export declare const VERSION = "1.1.5";
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 = '1.1.3';
2
+ export const VERSION = '1.1.5';
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": "1.1.3",
3
+ "version": "1.1.5",
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",