search_files
Search for text within files in a directory using recursive scanning to locate specific content across your codebase.
Instructions
Search for text within files in a directory (recursive)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to search for | |
| path | No | Directory to search in (defaults to projects directory) | |
| file_pattern | No | File pattern to match (e.g., '*.js', '*.py') |