search_in_project
Find text across project files. Use file patterns and result limits to locate specific code or assets in a Godot project.
Instructions
Search for text across project files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term (case-insensitive) | |
| pattern | No | File pattern filter (e.g. "*.gd") | |
| max_results | No | Max results (default: 50) |