repo.search
Search repository files using regex patterns and optional glob filters, with capped results for deterministic, bounded output.
Instructions
Search repo files using ripgrep with output caps and deterministic ordering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | File glob filter (e.g. "*.ts") | |
| pattern | Yes | Search pattern (regex) | |
| max_results | No | Max results to return (default 50, cap 200) |