@twick/mcp-agent 0.14.17 → 0.14.20
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,8 +7,8 @@ An MCP (Model Context Protocol) server for Claude Desktop that generates video c
|
|
|
7
7
|
### Quick Install (Recommended)
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
git clone
|
|
11
|
-
cd twick
|
|
10
|
+
git clone https://github.com/ncounterspecialist/twick.git
|
|
11
|
+
cd twick/packages/agents/mcp-agent
|
|
12
12
|
npm run install-claude
|
|
13
13
|
```
|
|
14
14
|
|
|
@@ -47,8 +47,8 @@ This will:
|
|
|
47
47
|
|
|
48
48
|
1. **Clone and install dependencies:**
|
|
49
49
|
```bash
|
|
50
|
-
git clone
|
|
51
|
-
cd mcp-agent
|
|
50
|
+
git clone https://github.com/ncounterspecialist/twick.git
|
|
51
|
+
cd twick/packages/agents/mcp-agent
|
|
52
52
|
npm install
|
|
53
53
|
```
|
|
54
54
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twick/mcp-agent",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.20",
|
|
4
4
|
"description": "MCP server for Claude Desktop that generates video captions using Google Vertex AI and integrates with Twick Studio",
|
|
5
5
|
"main": "dist/stdio-server.js",
|
|
6
6
|
"type": "module",
|