fast_search_code
Search code with regex patterns, auto-chunking, and context lines to find specific functions or text across files in a directory.
Instructions
Searches for code (ripgrep-style) - provides auto-chunking, line numbers, and context
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory to search in | |
| pattern | Yes | Search pattern (regex supported) | |
| file_pattern | No | File extension filter (e.g., *.js, *.ts) | |
| context_lines | No | Number of context lines around a match | |
| max_results | No | Maximum number of results | |
| case_sensitive | No | Case-sensitive search | |
| include_hidden | No | Include hidden files | |
| max_file_size | No | Maximum file size to search (in MB) | |
| continuation_token | No | Continuation token from a previous call | |
| auto_chunk | No | Enable auto-chunking |