Search text or regex across project code
search_codeSearch code in approved projects using ripgrep for speed, with automatic exclusion of generated, dependency, and secret files. Supports glob patterns, regex, and case-insensitive queries.
Instructions
High-speed code search using ripgrep when available, with a safe built-in fallback. Generated, dependency, and secret files are ignored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | **/* | |
| query | Yes | ||
| regex | No | ||
| project | Yes | Project key from list_projects. | |
| maxResults | No | ||
| caseSensitive | No |