oc_get_connection_info
Retrieve connection configuration for web AI hosts or openchrome server status. Returns MCP server URL, bearer token, settings page URL, instructions, and live DevTools inspector URLs for Chrome pages.
Instructions
Get connection configuration for a web AI host (Claude Web, ChatGPT, Gemini, or custom). Returns the MCP server URL, bearer token, settings page URL, step-by-step instructions, and (when Chrome is reachable) a devtools block with live DevTools inspector URLs for all open pages. Use host="openchrome" to introspect the openchrome server itself — when --auto-connect is active, returns {mode: "auto-connect", userDataDir, port}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Web AI host to generate config for. Use "all" for all hosts, or "openchrome" for openchrome server status (e.g. auto-connect mode). |