set_dev_url
Connects to a remote Three.js app via URL for runtime inspection and visual debugging. Allows viewing and modifying scene properties without changing source code.
Instructions
Connect to a remote Three.js app by URL for inspection and visual debugging. Source code changes are NOT possible in remote mode — only runtime/visual modifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the remote Three.js app (e.g. https://my-app.vercel.app, http://staging.example.com:3000) |