@twick/mcp-agent 0.14.18 → 0.15.0

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 +4 -4
  2. package/package.json +2 -2
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 <repository-url>
11
- cd twick-mcp-agent
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 <your-repo-url>
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.18",
3
+ "version": "0.15.0",
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",
@@ -42,7 +42,7 @@
42
42
  "url": ""
43
43
  },
44
44
  "engines": {
45
- "node": ">=18.0.0"
45
+ "node": ">=20.0.0"
46
46
  },
47
47
  "dependencies": {
48
48
  "@modelcontextprotocol/sdk": "^1.20.0",