getStatus
Instantly check current Chrome debugger connection and pause state. Poll this to detect pauses without waiting, even with short client timeouts.
Instructions
Non-blocking: return current connection and pause state immediately without waiting. Use this to poll for pause instead of waitForPause when the MCP client has a short request timeout (e.g. MCP Inspector ~10s). Returns: connected, paused, targetUrl, pauseReason, hitBreakpoints, callStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||