@harusame64/desktop-touch-mcp 0.13.1 → 0.14.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.
- package/package.json +59 -59
package/package.json
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@harusame64/desktop-touch-mcp",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"mcpName": "io.github.Harusame64/desktop-touch-mcp",
|
|
5
|
-
"description": "LLM-native Windows computer-use MCP server with 56 tools for screenshots, UIA, mouse/keyboard, Chrome CDP, terminal, SmartScroll, and perception guards",
|
|
6
|
-
"engines": {
|
|
7
|
-
"node": ">=20.0.0"
|
|
8
|
-
},
|
|
9
|
-
"type": "module",
|
|
10
|
-
"main": "bin/launcher.js",
|
|
11
|
-
"bin": {
|
|
12
|
-
"desktop-touch-mcp": "bin/launcher.js"
|
|
13
|
-
},
|
|
14
|
-
"files": [
|
|
15
|
-
"bin/launcher.js",
|
|
16
|
-
"LICENSE",
|
|
17
|
-
"README.md",
|
|
18
|
-
"README.ja.md"
|
|
19
|
-
],
|
|
20
|
-
"publishConfig": {
|
|
21
|
-
"access": "public"
|
|
22
|
-
},
|
|
23
|
-
"repository": {
|
|
24
|
-
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/Harusame64/desktop-touch-mcp.git"
|
|
26
|
-
},
|
|
27
|
-
"bugs": {
|
|
28
|
-
"url": "https://github.com/Harusame64/desktop-touch-mcp/issues"
|
|
29
|
-
},
|
|
30
|
-
"homepage": "https://github.com/Harusame64/desktop-touch-mcp#readme",
|
|
31
|
-
"license": "MIT",
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "tsc",
|
|
34
|
-
"sync-version": "node scripts/sync-version.mjs",
|
|
35
|
-
"version": "npm run sync-version && git add src/version.ts",
|
|
36
|
-
"prepare": "tsc",
|
|
37
|
-
"start": "node dist/index.js",
|
|
38
|
-
"dev": "tsc --watch",
|
|
39
|
-
"test": "vitest run",
|
|
40
|
-
"test:capture": "node scripts/test-capture.mjs",
|
|
41
|
-
"test:e2e": "vitest run tests/e2e",
|
|
42
|
-
"test:headed": "HEADED=1 vitest run tests/e2e",
|
|
43
|
-
"test:watch": "vitest",
|
|
44
|
-
"generate:stub-catalog": "node scripts/generate-stub-tool-catalog.mjs",
|
|
45
|
-
"check:stub-catalog": "node scripts/generate-stub-tool-catalog.mjs && git diff --exit-code src/stub-tool-catalog.ts"
|
|
46
|
-
},
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"@modelcontextprotocol/sdk": "^1.10.0",
|
|
49
|
-
"@nut-tree-fork/nut-js": "^4.2.6",
|
|
50
|
-
"@types/node": "^25.6.0",
|
|
51
|
-
"@types/ws": "^8.18.1",
|
|
52
|
-
"koffi": "^2.9.0",
|
|
53
|
-
"sharp": "^0.34.5",
|
|
54
|
-
"typescript": "^6.0.2",
|
|
55
|
-
"vitest": "^4.1.4",
|
|
56
|
-
"ws": "^8.20.0",
|
|
57
|
-
"zod": "^4.3.6"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@harusame64/desktop-touch-mcp",
|
|
3
|
+
"version": "0.14.0",
|
|
4
|
+
"mcpName": "io.github.Harusame64/desktop-touch-mcp",
|
|
5
|
+
"description": "LLM-native Windows computer-use MCP server with 56 tools for screenshots, UIA, mouse/keyboard, Chrome CDP, terminal, SmartScroll, and perception guards",
|
|
6
|
+
"engines": {
|
|
7
|
+
"node": ">=20.0.0"
|
|
8
|
+
},
|
|
9
|
+
"type": "module",
|
|
10
|
+
"main": "bin/launcher.js",
|
|
11
|
+
"bin": {
|
|
12
|
+
"desktop-touch-mcp": "bin/launcher.js"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"bin/launcher.js",
|
|
16
|
+
"LICENSE",
|
|
17
|
+
"README.md",
|
|
18
|
+
"README.ja.md"
|
|
19
|
+
],
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public"
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/Harusame64/desktop-touch-mcp.git"
|
|
26
|
+
},
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/Harusame64/desktop-touch-mcp/issues"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/Harusame64/desktop-touch-mcp#readme",
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "tsc",
|
|
34
|
+
"sync-version": "node scripts/sync-version.mjs",
|
|
35
|
+
"version": "npm run sync-version && git add src/version.ts",
|
|
36
|
+
"prepare": "tsc",
|
|
37
|
+
"start": "node dist/index.js",
|
|
38
|
+
"dev": "tsc --watch",
|
|
39
|
+
"test": "vitest run",
|
|
40
|
+
"test:capture": "node scripts/test-capture.mjs",
|
|
41
|
+
"test:e2e": "vitest run tests/e2e",
|
|
42
|
+
"test:headed": "HEADED=1 vitest run tests/e2e",
|
|
43
|
+
"test:watch": "vitest",
|
|
44
|
+
"generate:stub-catalog": "node scripts/generate-stub-tool-catalog.mjs",
|
|
45
|
+
"check:stub-catalog": "node scripts/generate-stub-tool-catalog.mjs && git diff --exit-code src/stub-tool-catalog.ts"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@modelcontextprotocol/sdk": "^1.10.0",
|
|
49
|
+
"@nut-tree-fork/nut-js": "^4.2.6",
|
|
50
|
+
"@types/node": "^25.6.0",
|
|
51
|
+
"@types/ws": "^8.18.1",
|
|
52
|
+
"koffi": "^2.9.0",
|
|
53
|
+
"sharp": "^0.34.5",
|
|
54
|
+
"typescript": "^6.0.2",
|
|
55
|
+
"vitest": "^4.1.4",
|
|
56
|
+
"ws": "^8.20.0",
|
|
57
|
+
"zod": "^4.3.6"
|
|
58
|
+
}
|
|
59
|
+
}
|