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