Releases: CursorTouch/Windows-MCP
Releases · CursorTouch/Windows-MCP
v0.6.0 - Performance & Stability Improvements
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
Fixes
- Removed dependency on
live-inspect
Refactoring
- Migrated from the
uiautomationlibrary, for more comprehensive use of the Accessibility API.
Windows-MCP v0.5.4
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
uvxfrom PYPI.
Windows-MCP v0.3
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
Features
- Added
Resize-Toolto resize/move an app to a location. - Added
Switch-Toolfor easy switching between apps. Type-Toolhave apress_enterparameter to avoid usingKey-Tool- Added default language and browser to the
State-Tool, added for understanding the system better. - Updated the
manifest.jsonfile 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_cursorbecause 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
Features
- Included tools for GUI Interaction like
Click Tool,..etc - Included tools for non-GUI Interaction like
Shell Tool,Scrape Tool - Added
State Toolto check the state of the desktop