Common errors
No binary loaded. Use set_file first.: callset_filebeforerun.binary_pathnot found: use container-visible paths such as/workspace/chal.- Attach or ptrace failures: keep
SYS_PTRACE,SYS_ADMIN, and unconfined seccomp and apparmor flags. - HTTP connection failures: make sure the container publishes
-p 5500:5500and that the client URL is exactlyhttp://127.0.0.1:5500/mcpunless you changed the path. - Health checks should point at
http://127.0.0.1:5500/healthz.
Fast checks
- Confirm Docker started successfully.
- Confirm your client points to the right transport.
- Confirm your binary exists under the mounted
workspacedirectory. - Confirm your tool calls use
/workspace/...paths.