v4.0.2
mcp-devices / claude-in-mobile v4.0.2
Hotfix release — ships the Windows toolchain-detection fix (#58) to npm.
Fixed
- #58 —
adb/java(and every other CLI) reportedMISSINGon Windows even when onPATH. The doctor check probed binaries viash -c "command -v <bin>"; Windows has no/bin/sh, so every probe threwENOENT, was silently swallowed, and all binaries were reported missing regardless ofPATH/ANDROID_HOME/JAVA_HOME— only the web MCP survived. Detection now goes through a cross-platformwhich-bin(Windows walksPATH × PATHEXT; POSIX keepscommand -vin 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