search_code
Search code repositories using regex or literal patterns, with optional file glob and subdirectory filters for targeted results.
Instructions
Search for patterns in the codebase using ripgrep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | File glob pattern to filter (e.g. '*.ts') | |
| path | No | Subdirectory to search in | |
| pattern | Yes | Regex or literal search pattern | |
| project | No | Project name |