Skip to content

Releases: CursorTouch/Windows-MCP

v0.6.0 - Performance & Stability Improvements

30 Jan 03:32

Choose a tag to compare

What's Changed

  • Performance Optimization: Fixed tool execution latency caused by PostHog analytics interference. Analytics are now batched asynchronously, resulting in ~6x faster tool completion times.
  • Improved Initialization: Fixed the issue where the MCP server took too much time to initialize.
  • Bug Fixes: Resolved the 'Thread Detach Error' that occurred when switching between applications.

Key Performance Gains

  • Removed blocking network calls in tools.
  • Reduced server startup time.
  • More stable application lifecycle management.

Windows-MCP v0.5.8

17 Jan 02:04

Choose a tag to compare

Fixes

  • Removed dependency on live-inspect

Refactoring

  • Migrated from the uiautomation library, for more comprehensive use of the Accessibility API.

Windows-MCP v0.5.4

12 Dec 08:48

Choose a tag to compare

Features

  • Added support to check only the DOM content inside the browser for State-Tool
  • Used the DOM content from the tree used in Scrape-Tool

Refactor

  • Refactored the code base to support installation as uvx from PYPI.

Windows-MCP v0.3

25 Aug 03:46
5dc3979

Choose a tag to compare

Fixes

  • Fixed issues with windows in Chinese language (Thank you @tangflash).
  • Fixed issues vscode when using tools (Thank you @Klauxs )
  • Fixed minor issues in the Switch-Tool

Windows-MCP v0.2

03 Aug 03:51

Choose a tag to compare

Features

  • Added Resize-Tool to resize/move an app to a location.
  • Added Switch-Tool for easy switching between apps.
  • Type-Tool have a press_enter parameter to avoid using Key-Tool
  • Added default language and browser to the State-Tool, added for understanding the system better.
  • Updated the manifest.json file for the DXT (Thank you @felixrieseberg)

Fixes

  • Fixed issues occurring when clicking on desktop apps.
  • Avoid treating the context window as an app.
  • Removed the human_cursor because of issues with DPI. (Thank you @Kikk79)

Performance

  • Added necessary pruning logics to speed up the traversal (helpful for lengthy apps like browsers)

Windows-MCP v0.1

04 Jun 08:22

Choose a tag to compare

Features

  • Included tools for GUI Interaction like Click Tool,..etc
  • Included tools for non-GUI Interaction like Shell Tool, Scrape Tool
  • Added State Tool to check the state of the desktop