aboutsummaryrefslogtreecommitdiffstats
path: root/spawn.sh
blob: 4b0c63ca02c4f319c46f36a425a06ab0fac67332 (plain) (blame)
1
2
3
4
5
#!/bin/sh
# Start the ida-pro-mcp supervisor. IDA_MCP_MAX_WORKERS raises the ceiling on
# concurrently-open binaries (default 4); idle workers self-exit and free slots.
IDA_MCP_MAX_WORKERS="${IDA_MCP_MAX_WORKERS:-8}" \
  uv run idalib-mcp --host 127.0.0.1 --port 8745 $(pwd)/bin/ls