terminator-mcp-agent 0.23.48 → 0.23.50
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 +4 -7
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<!-- BADGES:END -->
|
|
9
9
|
|
|
10
|
-
A Model Context Protocol (MCP) server that provides desktop GUI automation capabilities using the [Terminator](https://github.com/mediar-ai/terminator) library. This server enables LLMs and agentic clients to interact with Windows
|
|
10
|
+
A Model Context Protocol (MCP) server that provides desktop GUI automation capabilities using the [Terminator](https://github.com/mediar-ai/terminator) library. This server enables LLMs and agentic clients to interact with Windows applications through structured accessibility APIs—no vision models or screenshots required.
|
|
11
11
|
|
|
12
12
|
## Quick Install
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"@modelcontextprotocol/sdk": "^1.17.3",
|
|
7
7
|
"node-fetch": "^2.7.0"
|
|
8
8
|
},
|
|
9
|
-
"description": "
|
|
9
|
+
"description": "Windows Model Context Protocol (MCP) agent for Terminator",
|
|
10
10
|
"engines": {
|
|
11
11
|
"node": ">= 10"
|
|
12
12
|
},
|
|
@@ -17,11 +17,8 @@
|
|
|
17
17
|
],
|
|
18
18
|
"name": "terminator-mcp-agent",
|
|
19
19
|
"optionalDependencies": {
|
|
20
|
-
"terminator-mcp-
|
|
21
|
-
"terminator-mcp-
|
|
22
|
-
"terminator-mcp-linux-x64-gnu": "0.23.48",
|
|
23
|
-
"terminator-mcp-win32-arm64-msvc": "0.23.48",
|
|
24
|
-
"terminator-mcp-win32-x64-msvc": "0.23.48"
|
|
20
|
+
"terminator-mcp-win32-arm64-msvc": "0.23.50",
|
|
21
|
+
"terminator-mcp-win32-x64-msvc": "0.23.50"
|
|
25
22
|
},
|
|
26
23
|
"repository": {
|
|
27
24
|
"type": "git",
|
|
@@ -34,5 +31,5 @@
|
|
|
34
31
|
"sync-version": "node ./utils/sync-version.js",
|
|
35
32
|
"update-badges": "node ./utils/update-badges.js"
|
|
36
33
|
},
|
|
37
|
-
"version": "0.23.
|
|
34
|
+
"version": "0.23.50"
|
|
38
35
|
}
|