proxy_stop
Stop the MITM proxy to end traffic interception while retaining history and CA certificate. Deactivate this session's targets, or pass all=true to stop all sessions' targets.
Instructions
Stop the MITM proxy. Traffic history and CA certificate are retained. Interceptor targets (browsers, containers, spawned processes) activated by THIS MCP session are deactivated; targets belonging to other MCP sessions keep running, though the proxy they were pointed at is gone until someone calls proxy_start again. Pass all=true to deactivate every session's targets (the pre-3.5.3, process-wide behaviour). Over stdio there is one session, so every target is deactivated either way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Deactivate every session's interceptor targets, not just this session's (default: false) |