wraith/src-tauri/src
Vantz Stockwell f22f85ac00
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m53s
feat: MCP bridge auto-download — Wraith manages its own companion binary
On startup, Wraith checks if wraith-mcp-bridge exists in the data
directory. If missing or version mismatch, downloads the correct
version from Gitea packages automatically. No installer changes needed.

Flow:
1. Check data_dir/wraith-mcp-bridge.exe exists
2. Check data_dir/mcp-bridge-version matches app version
3. If not, download from packages/vstockwell/generic/wraith/{ver}/
4. Set execute permissions on Unix
5. Write version marker

Also exposes mcp_bridge_path command so the frontend can show the
path in settings for users to add to PATH or configure Claude Code.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 13:58:34 -04:00
..
bin feat: all 18 tools exposed as MCP tools for AI copilot 2026-03-25 00:15:08 -04:00
commands feat: MCP bridge auto-download — Wraith manages its own companion binary 2026-03-26 13:58:34 -04:00
connections feat: Tauri auto-updater + RDP vault credentials + sidebar persist 2026-03-25 12:42:01 -04:00
credentials feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
db test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
mcp feat: MCP bridge auto-download — Wraith manages its own companion binary 2026-03-26 13:58:34 -04:00
pty fix: MCP bridge built, signed, and shipped in CI releases 2026-03-25 12:55:17 -04:00
rdp fix: MCP startup panic + RDP crypto provider panic 2026-03-25 11:28:46 -04:00
scanner feat: network scanner + SFTP context menu + CI fix 2026-03-24 23:56:42 -04:00
settings feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
sftp feat: copilot QoL — resizable panel, SFTP tools, context, error watcher 2026-03-24 23:30:12 -04:00
ssh feat: debug logging macro + MCP tools inject button in copilot 2026-03-25 11:12:23 -04:00
theme test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
vault feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
workspace feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00
lib.rs feat: MCP bridge auto-download — Wraith manages its own companion binary 2026-03-26 13:58:34 -04:00
main.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00