Releases: mobile-next/mobile-mcp
Releases · mobile-next/mobile-mcp
0.0.23
0.0.22
0.0.21
0.0.20
- Server: new tool
save_screenshot
which saves the screenshot to disk, to be used by other mcp servers (#112) - Server: new tool
use_default_device
which picks the only device that is connected, to speed up use (#112) - iOS: Use wda to grab screenshots for both real devices and simulators (#115)
- Android: Support for utf-8 text in sendKeys, see wiki page for getting started (#117)
0.0.19
- Server: Fixed support for Windsurf, where some tools caused a -32602 error (#101) by @amebahead
- iOS: Support for swipe left and right. Support x,y,direction,duration for custom swipes. (#92) by @benlmyers
- Android: Support for swipe left and right. Support x,y,direction,duration for custom swipes. (#92) by @benlmyers
- Android: Fix for get elements on screen, where uiautomator prints out warnings before the actual xml (#86) by @wenerme
0.0.18
- Server: New support for SSE (Server-Sent-Events) transport, see wiki for more information
- iOS: Using plutil for
simctl listapps
parsing, might probably fix some parsing issues
0.0.17
0.0.16
- Server: Detect if there is a new version of the mcp and notify user (14b015f)
- Server: Instead of returning x,y for tap, return [top,left,width,height] of elements on screen (3169d2f)
- iOS: Fixed coordinates location for iOS with retina display after image scaledown (3169d2f)
- iOS: Added detection of StaticText and Image in mobile_list_elements_on_screen (debe75b)
0.0.15
0.0.14
- Server: Fix a bug where xcrun was required, now works on Linux as well (7fddba7)
- Server: Removed dependency on sharp which was causing issues during installation, now ImageMagick is an optional dependency
- Android: Try uiautomator-dump multiple times, in case ui hierarchy is not stable
- Android: Return more information about elements on screen for better element detection
- Android: Support for Android TV using dpad for navigation (399443d by @surajsau)