search_code
Search source code text across all files in a project using plain text or regex patterns. Retrieve matching results with an adjustable limit.
Instructions
Search source code text across all files in the project (grep-like).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (default 30) | |
| query | Yes | Text to search for. Wrap in /.../ for regex. | |
| project_id | Yes | Project ID |