wraith/src-tauri/src/commands
Vantz Stockwell 15055aeb01
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 6s
feat: all 18 tools exposed as MCP tools for AI copilot
Every tool in Wraith is now callable by the AI through MCP:

| MCP Tool          | AI Use Case                              |
|-------------------|------------------------------------------|
| network_scan      | "What devices are on this subnet?"       |
| port_scan         | "Which servers have SSH open?"           |
| ping              | "Is this host responding?"               |
| traceroute        | "Show me the route to this server"       |
| dns_lookup        | "What's the MX record for this domain?"  |
| whois             | "Who owns this IP?"                      |
| wake_on_lan       | "Wake up the backup server"              |
| bandwidth_test    | "How fast is this server's internet?"    |
| subnet_calc       | "How many hosts in a /22?"               |
| generate_ssh_key  | "Generate an ed25519 key pair"           |
| generate_password | "Generate a 32-char password"            |
| terminal_read     | "What's on screen right now?"            |
| terminal_execute  | "Run df -h on this server"               |
| terminal_screenshot| "What's that RDP error?"                |
| sftp_list/read/write| "Read the nginx config"               |
| list_sessions     | "What sessions are active?"              |

11 new HTTP endpoints on the MCP server. 11 new tool definitions
in the bridge binary. The AI doesn't just chat — it scans, discovers,
analyzes, and connects.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 00:15:08 -04:00
..
connections.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
credentials.rs fix: SSH auth — decrypt credentials from vault before connecting 2026-03-18 03:04:47 -04:00
mcp_commands.rs feat: copilot QoL — resizable panel, SFTP tools, context, error watcher 2026-03-24 23:30:12 -04:00
mod.rs feat: Tools R2 — DNS, Whois, Bandwidth, Subnet Calculator 2026-03-25 00:12:11 -04:00
pty_commands.rs feat: MCP Phase 1 — scrollback buffer, terminal_read, terminal_execute 2026-03-24 23:00:32 -04:00
rdp_commands.rs fix: SSH input deadlock — output loop held channel mutex across await 2026-03-24 18:28:09 -04:00
scanner_commands.rs feat: network scanner + SFTP context menu + CI fix 2026-03-24 23:56:42 -04:00
settings.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
sftp_commands.rs feat: Phase 3 complete — SFTP sidebar with full file operations 2026-03-17 15:46:35 -04:00
ssh_commands.rs feat: copilot QoL — resizable panel, SFTP tools, context, error watcher 2026-03-24 23:30:12 -04:00
theme_commands.rs feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00
tools_commands_r2.rs feat: all 18 tools exposed as MCP tools for AI copilot 2026-03-25 00:15:08 -04:00
tools_commands.rs feat: all 18 tools exposed as MCP tools for AI copilot 2026-03-25 00:15:08 -04:00
vault.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00