List Godot projects in workspace
godot_list_projectsList all Godot projects in the sandbox, returning their root paths and names to help you choose among multiple games when the current directory isn't a project.
Instructions
List every Godot project under the MCP sandbox directory.
Use this when the MCP process cwd is not inside a project or you need to pick among several games.
Returns: workspace root and a list of {root, name} for each project.godot found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||