terminator-mcp-agent 0.16.5 → 0.16.7
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ A Model Context Protocol (MCP) server that provides desktop GUI automation capab
|
|
|
16
16
|
Install with a single command:
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
claude mcp add terminator "npx -y terminator-mcp-agent" -s user
|
|
19
|
+
claude mcp add terminator "npx -y terminator-mcp-agent@latest" -s user
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
### Cursor
|
package/package.json
CHANGED
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
],
|
|
17
17
|
"name": "terminator-mcp-agent",
|
|
18
18
|
"optionalDependencies": {
|
|
19
|
-
"terminator-mcp-darwin-arm64": "0.16.
|
|
20
|
-
"terminator-mcp-darwin-x64": "0.16.
|
|
21
|
-
"terminator-mcp-linux-x64-gnu": "0.16.
|
|
22
|
-
"terminator-mcp-win32-x64-msvc": "0.16.
|
|
19
|
+
"terminator-mcp-darwin-arm64": "0.16.7",
|
|
20
|
+
"terminator-mcp-darwin-x64": "0.16.7",
|
|
21
|
+
"terminator-mcp-linux-x64-gnu": "0.16.7",
|
|
22
|
+
"terminator-mcp-win32-x64-msvc": "0.16.7"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"sync-version": "node ./utils/sync-version.js",
|
|
32
32
|
"update-badges": "node ./utils/update-badges.js"
|
|
33
33
|
},
|
|
34
|
-
"version": "0.16.
|
|
34
|
+
"version": "0.16.7"
|
|
35
35
|
}
|