Skip to content

Releases: turin-dev/rish-mcp

rish-mcp agent 0.1.0 (preview)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Aug 13:12
d872880

Signed rewrite APK built from d872880. This is a preview release: real-device pairing, relay/list_devices/run_shell validation, and upgrade validation remain required before stable publication.

Legacy Shizuku release - rish-mcp v0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 23:54
b5cfad5

Warning

Legacy Shizuku release. This APK belongs to the retired pre-rewrite architecture. It is incompatible with the current no-Shizuku master code and Go relay. It is preserved only for existing legacy users; do not use it for a new installation.


What's Changed * add universal Wear OS support by @turin-dev in #2 ## New Contributors * @turin-dev made their first contribution in #2 Full Changelog: v0.3.0...v0.5.0

Legacy Shizuku release - rish-mcp v0.3.0

Choose a tag to compare

@turin-dev turin-dev released this 28 Jun 11:49

Warning

Legacy Shizuku release. This APK belongs to the retired pre-rewrite architecture. It is incompatible with the current no-Shizuku master code and Go relay. It is preserved only for existing legacy users; do not use it for a new installation.


Watchdog fix: default-network callback, reconnect only on real network handover (no more dropped in-flight commands on multi-homed devices). Built on v0.2.0 (network/Shizuku watchdog, Material3 UI, OTA self-update).

Legacy Shizuku release - rish-mcp v0.2.0

Choose a tag to compare

@turin-dev turin-dev released this 28 Jun 10:35

Warning

Legacy Shizuku release. This APK belongs to the retired pre-rewrite architecture. It is incompatible with the current no-Shizuku master code and Go relay. It is preserved only for existing legacy users; do not use it for a new installation.


Android Shizuku agent that exposes the phone's shell to AIs as an MCP run_shell tool over an outbound WebSocket (no VPN/ADB/sshd). This release - Network watchdog: instant reconnect on data↔WiFi switches (ConnectivityManager callback) - Shizuku watchdog: auto-rebind on binder received/dead + 30s heartbeat - Material3 UI with live status (connection / Shizuku / network / uptime / commands) - OTA self-update endpoint Install (headless, with a Shizuku/ADB shell): rish -c 'cat > /data/local/tmp/r.apk' < rish-mcp-agent-v0.2.0.apk rish -c 'pm install -r -g /data/local/tmp/r.apk' rish -c "am start -n kr.scin.rishmcp/.MainActivity --es relay wss://<host>/agent --es token <DEVICE_TOKEN> --ez autostart true" Or sideload the APK and configure relay URL + token in-app (grant Shizuku once). Package kr.scin.rishmcp · min SDK 26 · MIT.