search_project_code
Search project source for code patterns using grep, returning matching files with line numbers and content snippets.
Instructions
Search for code patterns in the project using grep. Returns matching files with line numbers and content snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search string or pattern to find | |
| file_types | No | File extensions to search (e.g., ['.py', '.js']) | |
| max_results | No | Maximum results to return (default: 20) |