Inspect BrowserMesh runtime
browser_runtime_infoDiagnose BrowserMesh setup and capacity by reporting read-only version, launch state, configuration, and session counts without launching Chromium. Safely checks status without exposing sensitive paths or values.
Instructions
Report bounded, read-only BrowserMesh version, launch state, effective configuration, and session counts without launching Chromium. Use this to diagnose setup and capacity safely; it never returns paths, launch arguments, environment values, browser state, or raw errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headless | Yes | ||
| maxSessions | Yes | ||
| nodeVersion | Yes | ||
| serverVersion | Yes | ||
| activeSessions | Yes | ||
| browserProduct | Yes | ||
| browserVersion | Yes | ||
| failedSessions | Yes | ||
| resourceLimits | Yes | ||
| defaultTimeoutMs | Yes | ||
| playwrightVersion | Yes | ||
| browserLaunchState | Yes | ||
| maxPagesPerSession | Yes | ||
| persistenceEnabled | Yes |