open_explorer
Launch a 3D web explorer for a code repository to visualize its code graph and interact via chatbot, returning a browser URL for immediate access.
Instructions
Start the local 3D web explorer + chatbot for a repo and return its URL. Use when the user asks to SEE/visualize the code graph, open the UI, or explore visually. Starts a background HTTP server on 127.0.0.1 (default port 3002) and indexes the repo; returns the URL to open in a browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port to serve on (default 3002; auto-mentions the next port if taken) | |
| root | No | Repo root (defaults to cwd) |