search_project_files
Search text files in a controlled project directory, returning line-level matches with surrounding context for efficient code review.
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 |