Skip to content

v4.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 11:27
· 13 commits to main since this release

mcp-devices / claude-in-mobile v4.0.2

Hotfix release — ships the Windows toolchain-detection fix (#58) to npm.

Fixed

  • #58adb / java (and every other CLI) reported MISSING on Windows even when on PATH. The doctor check probed binaries via sh -c "command -v <bin>"; Windows has no /bin/sh, so every probe threw ENOENT, was silently swallowed, and all binaries were reported missing regardless of PATH / ANDROID_HOME / JAVA_HOME — only the web MCP survived. Detection now goes through a cross-platform which-bin (Windows walks PATH × PATHEXT; POSIX keeps command -v in safe argv form).

Release note

v4.0.1 bumped only the four top-level version manifests; the seven scoped plugin packages stayed on 4.0.0, so verify-plugin-versions failed and npm publish was skipped — 4.0.1 never reached npm. 4.0.2 bumps all eleven version fields together and publishes cleanly to npm, Homebrew and GitHub.

Install

npm i -g mcp-devices@4.0.2      # or: claude-in-mobile@4.0.2 (all-in-one edition)
brew update && brew upgrade mcp-devices