list_engine_versions
List available engine channels/versions the Editor can launch or build with, plus the default. Use before launch or build to pick a version, pin a release, or reproduce a release-candidate bug.
Instructions
List the engine channels and versions the connected Editor can launch and build with, plus the version a default launch would use. Returns { available: [{ channel, version }], launchDefault: { channel, version, source } } where source is launch-option (the Launch button's "Use Release Candidate"), session-setting or current. Use it before launch_start / create_build when a specific engine version matters, e.g. to reproduce a bug on the release candidate or pin a build to the current release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||