-
feat: 31 MCP tools — ssh_connect for autonomous AI operation
All checks were successfulBuild & Sign Wraith / Build Windows + Sign (push) Successful in 4m12sreleased this
2026-03-26 21:04:53 +00:00 | 38 commits to main since this releaseThe AI can now open its own SSH sessions without the Commander
pre-opening them:- ssh_connect(hostname, username, password?, private_key_path?, port?)
Returns session_id for use with all other tools
Supports password auth and SSH key file auth
Also added app_handle and error_watcher to MCP server state so
new sessions get full scrollback, monitoring, and CWD tracking.This completes the autonomy loop: the AI discovers what's available
(list_sessions), connects to what it needs (ssh_connect), operates
(terminal_execute, docker_ps, sftp_read), and disconnects when done.Total MCP tools: 31.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Downloads
- ssh_connect(hostname, username, password?, private_key_path?, port?)