search_project_files
Locate matching lines in text files stored under a designated root directory, showing a few lines of context around each match.
Instructions
Search text files under an allowed root and return line-level matches with limited context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | ||
| root | Yes | Absolute configured allowed root. | |
| query | Yes | ||
| maxResults | No | ||
| contextLines | No |