wraith/src-tauri/src/mcp
Vantz Stockwell c2afb6a50f
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m46s
refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands
- Extract duplicate exec_on_session into ssh::exec module; remove 4 private copies from tools_commands, tools_commands_r2, docker_commands, mcp::server
- Replace eprintln! with wraith_log! in theme::mod and workspace::mod
- Replace .map(|entry| entry.clone()) with .map(|r| r.value().clone()) for DashMap refs in ssh::session, mcp::mod, sftp::mod
- Add #[derive(Clone)] to ThemeService and WorkspaceService
- Remove unnecessary async from rdp_send_mouse, rdp_send_key, rdp_send_clipboard, disconnect_rdp, list_rdp_sessions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 16:56:55 -04:00
..
bridge_manager.rs feat: migrate all artifacts to SeaweedFS — single source of truth 2026-03-26 15:52:10 -04:00
error_watcher.rs fix: four backend correctness bugs — UTF-8 paths, dead vars, transactions, subnet validation 2026-03-29 16:52:33 -04:00
mod.rs refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
scrollback.rs fix: four backend correctness bugs — UTF-8 paths, dead vars, transactions, subnet validation 2026-03-29 16:52:33 -04:00
server.rs refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00