aboutsummaryrefslogtreecommitdiffstats
path: root/idatui/worker.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop ida-pro-mcp installing a sys.setprofile hook around every tool call. Its...user42 hours1-1/+69
* load dialog: reachable address field, project mode, and a way back from a bad...blasty14 days1-0/+9
* loading: say how to read a headerless blob (processor, base)blasty14 days1-7/+34
* mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only testsblasty2026-07-241-1/+1
* worker: inject custom tools on startup (self-sufficient, no spawn.sh needed)blasty2026-07-241-0/+20
* worker: wrap non-dict tool returns as {"result": ...} to match MCP shapesblasty2026-07-241-1/+5
* worker: surface the real startup failure (not just "code 1")blasty2026-07-241-4/+17
* worker: idalib worker + WorkerClient (drop-in for IDAClient) — migration st...blasty2026-07-241-0/+160