video-context-mcp-server 1.1.4 → 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 +12 -0
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
|
+
[](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.
|
|
1
|
+
export declare const VERSION = "1.1.5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED