@harusame64/desktop-touch-mcp 1.10.3 → 1.10.4

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.ja.md CHANGED
@@ -669,6 +669,14 @@ keyboard(action='type')(use_clipboard=true) を使うこと(IME バイパス
669
669
 
670
670
  ---
671
671
 
672
+ ## 🚀 2,000+ Downloads!
673
+
674
+ おかげさまで2,000ダウンロードを突破しました!この実験的なツールを試し、
675
+ Issue や PR、バグ報告で貢献してくれたすべての方に感謝します。皆さんの声が
676
+ 次のリリースをより良くしてくれました。一緒に育ててくれてありがとう!
677
+
678
+ ---
679
+
672
680
  ## ライセンス
673
681
 
674
682
  MIT
package/README.md CHANGED
@@ -790,6 +790,15 @@ For `desktop_discover` warnings (`visual_provider_unavailable`, `visual_provider
790
790
 
791
791
  ---
792
792
 
793
+ ## 🚀 2,000+ Downloads!
794
+
795
+ This project just passed **2,000+ downloads**. Huge thanks to everyone who
796
+ tried an experimental desktop-automation MCP server, filed issues, opened PRs,
797
+ and shared what broke. Every bug report made the next release better.
798
+ Thank you for building with me!
799
+
800
+ ---
801
+
793
802
  ## License
794
803
 
795
804
  MIT
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.10.3";
21
+ const PACKAGE_VERSION = "1.10.4";
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.10.3",
27
+ tagName: "v1.10.4",
28
28
  assetName: ASSET_NAME,
29
- sha256: "940b518d92f7678d02289560bddd68f34e8813e76ab5d051feb0da31d6865cf1",
29
+ sha256: "4147296c5ebe2532e1bcf5e92b13f33b651dd7cbc4d074b2540bef170a5d74c9",
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.10.3",
3
+ "version": "1.10.4",
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": [
@@ -105,16 +105,16 @@
105
105
  "devDependencies": {
106
106
  "@eslint/js": "^10.0.1",
107
107
  "@modelcontextprotocol/sdk": "^1.10.0",
108
- "@napi-rs/cli": "^3.7.0",
108
+ "@napi-rs/cli": "^3.7.2",
109
109
  "@nut-tree-fork/nut-js": "^4.2.6",
110
- "@types/node": "^25.9.2",
110
+ "@types/node": "^25.9.3",
111
111
  "@types/ws": "^8.18.1",
112
- "eslint": "^10.4.1",
112
+ "eslint": "^10.5.0",
113
113
  "fast-check": "^4.8.0",
114
114
  "globals": "^17.5.0",
115
- "sharp": "^0.34.5",
115
+ "sharp": "^0.35.1",
116
116
  "typescript": "^6.0.2",
117
- "typescript-eslint": "^8.60.1",
117
+ "typescript-eslint": "^8.61.0",
118
118
  "vitest": "^4.1.8",
119
119
  "ws": "^8.21.0",
120
120
  "zod": "^4.3.6"