wraith/src-tauri/src/bin
Vantz Stockwell f578c434df
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 4m12s
feat: 31 MCP tools — ssh_connect for autonomous AI operation
The 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>
2026-03-26 17:04:53 -04:00
..
wraith_mcp_bridge.rs feat: 31 MCP tools — ssh_connect for autonomous AI operation 2026-03-26 17:04:53 -04:00