summaryrefslogtreecommitdiffstats
path: root/idatui/worker.py
diff options
context:
space:
mode:
Diffstat (limited to 'idatui/worker.py')
-rw-r--r--idatui/worker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/idatui/worker.py b/idatui/worker.py
index 64cafb3..bfefa4a 100644
--- a/idatui/worker.py
+++ b/idatui/worker.py
@@ -62,7 +62,7 @@ def recv(sock: socket.socket):
def _ensure_tools_injected() -> None:
"""Inject idatui's custom tools (heads/read_raw/resolve_names/func_types/...)
into the installed ida_pro_mcp, idempotently, so the worker is self-sufficient
- without spawn.sh having run server/patch_server.py first. Must run BEFORE
+ (nothing else has to inject these tools first). Must run BEFORE
ida_pro_mcp.ida_mcp is imported (the injected code lives in api_types.py)."""
import importlib.util
repo = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))