@harusame64/desktop-touch-mcp 1.9.0 → 1.9.1
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/bin/launcher.js +3 -3
- package/package.json +5 -5
package/bin/launcher.js
CHANGED
|
@@ -18,15 +18,15 @@ import path from "node:path";
|
|
|
18
18
|
import { Readable } from "node:stream";
|
|
19
19
|
import { pipeline } from "node:stream/promises";
|
|
20
20
|
|
|
21
|
-
const PACKAGE_VERSION = "1.9.
|
|
21
|
+
const PACKAGE_VERSION = "1.9.1";
|
|
22
22
|
const RELEASE_TAG = `v${PACKAGE_VERSION}`;
|
|
23
23
|
const REPO_API_URL = `https://api.github.com/repos/Harusame64/desktop-touch-mcp/releases/tags/${RELEASE_TAG}`;
|
|
24
24
|
const ASSET_NAME = "desktop-touch-mcp-windows.zip";
|
|
25
25
|
const RELEASE_METADATA_FILE = ".desktop-touch-release.json";
|
|
26
26
|
const RELEASE_MANIFEST = {
|
|
27
|
-
tagName: "v1.9.
|
|
27
|
+
tagName: "v1.9.1",
|
|
28
28
|
assetName: ASSET_NAME,
|
|
29
|
-
sha256: "
|
|
29
|
+
sha256: "704b42fbdedcf586f234fdb6dcfba6717dd000c176d8b5817a6694e83cf549d6",
|
|
30
30
|
};
|
|
31
31
|
const CACHE_ROOT = process.env.DESKTOP_TOUCH_MCP_HOME
|
|
32
32
|
? path.resolve(process.env.DESKTOP_TOUCH_MCP_HOME)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harusame64/desktop-touch-mcp",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"mcpName": "io.github.Harusame64/desktop-touch-mcp",
|
|
5
5
|
"description": "Let Claude, Cursor, or any MCP client see and operate your Windows 10/11 desktop. 29 tools for screenshots, UI Automation, Chrome CDP, keyboard/mouse, terminal, with semantic discover-then-act targeting and per-action perception guards that avoid wrong-window typing and stale-coordinate clicks.",
|
|
6
6
|
"keywords": [
|
|
@@ -106,16 +106,16 @@
|
|
|
106
106
|
"@modelcontextprotocol/sdk": "^1.10.0",
|
|
107
107
|
"@napi-rs/cli": "^3.6.2",
|
|
108
108
|
"@nut-tree-fork/nut-js": "^4.2.6",
|
|
109
|
-
"@types/node": "^25.
|
|
109
|
+
"@types/node": "^25.9.1",
|
|
110
110
|
"@types/ws": "^8.18.1",
|
|
111
111
|
"eslint": "^10.4.0",
|
|
112
112
|
"fast-check": "^4.8.0",
|
|
113
113
|
"globals": "^17.5.0",
|
|
114
114
|
"sharp": "^0.34.5",
|
|
115
115
|
"typescript": "^6.0.2",
|
|
116
|
-
"typescript-eslint": "^8.59.
|
|
117
|
-
"vitest": "^4.1.
|
|
118
|
-
"ws": "^8.
|
|
116
|
+
"typescript-eslint": "^8.59.4",
|
|
117
|
+
"vitest": "^4.1.7",
|
|
118
|
+
"ws": "^8.21.0",
|
|
119
119
|
"zod": "^4.3.6"
|
|
120
120
|
}
|
|
121
121
|
}
|