feat: workbench MCP server — AI-driven hardware diagnostic tool

MCP server (Python/aiohttp) that lets any AI CLI spin up interactive
hardware diagnostic web pages served over LAN with WebSocket live updates
and dual-format session logging (markdown + JSONL).

6 tools: scaffold, state, log, read_log, list, stop
Split-pane scaffold: diagnostic content + sethmux terminal iframe
CLI wrapper: ~/bin/workbench (serve, list, mcp, help)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mortdecai
2026-03-27 20:51:43 -04:00
commit 9dd2c2fbc7
3 changed files with 437 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
mcp>=1.26.0
aiohttp>=3.9.0