proxy_status
Check if the mitmproxy process is running and retrieve its port and PID. Use before proxy operations to confirm availability, starting the proxy if it is not running.
Instructions
Check if the mitmproxy process is currently running. Returns status, port, and PID.
Call this BEFORE any proxy operation if you're unsure whether the proxy is already running. If status is "not_running", call manage_proxy(action="start") first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |