Electron app info
electron_infoReport the running Electron app environment including runtime versions, app details, code-signature status, transport, and capabilities. Requires sessionId when multiple sessions are active.
Instructions
Report the running Electron app environment: runtime versions (electron/node/chrome/v8), app name/version/paths, packaged flag, code-signature status (verified for packaged macOS apps; "unknown" for unpackaged/dev apps, "unsupported" off macOS), the active transport, and its capability matrix. Pass sessionId to target a specific session when several are running. Returns: { ok, session_id, transport, versions, app, signature, capabilities }. Errors: NOT_RUNNING (no session — call electron_launch first; not retryable), BAD_ARGUMENT (multiple sessions live — pass sessionId; not retryable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Target session id. Omit when a single session is running. |