Find Godot Project
godot_find_projectFind the Godot project root by locating the project.godot file, searching upward from a given path or scanning the workspace.
Instructions
Find the Godot project root by searching for project.godot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional starting path to search upward from (defaults to MCP workspace root). Walk-up is tried first; if that fails, the workspace is scanned for project.godot. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |