file_search
Find files by name or glob pattern, leveraging project root or active file context to locate specific files on Windows.
Instructions
Search for files by name or glob pattern. Optimized for WINDOWS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Search pattern (e.g. *.js) | |
| add_root | No | Project root or active file path from IDE | |
| activeFilePath | No | Active file path context sent by IDE |