pwno-mcp is built for concurrent workflows. You can keep more than one binary, attach target, or exploit driver active by assigning stable session_id values.
Example pattern
Good practices
- use one session per target binary or scenario
- keep session names semantic:
patched, remote, local, heap, rop, stage2
- pass
session_id explicitly on every debugger and pwncli call
- use
list_debug_sessions and list_pwncli_sessions to keep track of what is still alive
Cleanup
When you are done, close idle sessions so GDB processes and driver state are released.
Named sessions are especially useful when several agent subtasks are running in parallel, because each thread can keep its own debugger state without reloading the binary.