Skip to content

Releases: mobile-next/mobile-mcp

Version 0.0.57

28 May 20:35
0.0.57
ef6d335

Choose a tag to compare

  • Chore: Update mobilewright to 0.0.41 (#341)

Version 0.0.56

28 May 20:34
0.0.56
f948667

Choose a tag to compare

  • Chore: Update mobilewright to 0.0.38 (#338)
  • Fix: Restore mcp-publisher functionality (#337)

Version 0.0.55

16 May 17:21
0.0.55
8a2947a

Choose a tag to compare

  • General: Replace mobilecli with mobilewright SDK (#334)
  • General: Bump fast-xml-parser to 5.8.0 to fix security vulnerability (#335)

Version 0.0.54

04 May 13:28
0.0.54
2663d12

Choose a tag to compare

  • Server: Update mobilecli to 0.3.70
  • iOS: Fixed cases where testmanagerd would get Device Kit stuck in a black screen of death
  • iOS: Added 'placeholder' to view tree response

Version 0.0.53

01 May 20:16
0.0.53
f0df35c

Choose a tag to compare

  • Server: Add mobile_list_crashes tool to list crash reports on a device
  • Server: Add mobile_get_crash tool to retrieve full crash report content
  • Server: Upgrade mobilecli from 0.2.0 to 0.3.68
  • iOS: Replaced use of WebdriverAgent with iOS Device Kit (open source, apache license)
  • CI: Restrict contents permission to read
  • CI: Remove Java setup step from build workflow

Version 0.0.52

13 Apr 18:26
eb1eb6a

Choose a tag to compare

  • Server: Block cross-origin requests on SSE transport (#311)
  • Server: Warn when SSE server starts without MOBILEMCP_AUTH set (#311)
  • Server: Reject concurrent SSE connections instead of silently replacing them (#311)
  • Server: Clear SSE transport on connection close to allow reconnection (#311)
  • Server: Update mobilecli dependency from @mobilenext/mobilecli to mobilecli 0.2.0 (#316)
  • CI: Fix script injection by passing github.ref_name through env vars (#314)
  • CI: Use npm ci instead of npm install for reproducible builds (#314)
  • CI: Pin mcp-publisher to version 1.5.0 (#314)
  • CI: Remove npm update from tag release to preserve lockfile integrity (#314)

Version 0.0.51

05 Apr 08:19
0.0.51
65c6ef8

Choose a tag to compare

  • Server: Replace --port with --listen flag accepting [host:]port format, default to localhost (#306)
  • Server: Add optional Bearer token auth via MOBILEMCP_AUTH env variable (#306)
  • Server: Add MOBILEMCP_DISABLE_TELEMETRY env variable to opt out of anonymous telemetry (#305)
  • Server: Security update for path-to-regexp package (#307)

Version 0.0.50

27 Mar 19:40
0.0.50
5415d17

Choose a tag to compare

  • Server: Restrict open_url tool to http/https schemes unless MOBILEMCP_ALLOW_UNSAFE_URLS=1 is set (#299) thanks to @manthanghasadiya for reporting this.

Version 0.0.49

24 Mar 18:55
0.0.49
40a8e76

Choose a tag to compare

  • Server: Fix path traversal in save screenshot and record video (#296) thanks to @AbhiTheModder for reporting this.

Version 0.0.48

20 Mar 10:31
0.0.48
0665f61

Choose a tag to compare

  • Server: Security updates for fast-xml-parser (#292)
  • Server: Fix handling errors in getDeviceType to prevent empty device list (#286) thanks to @ls-andy