search_files
Find files in WSL by name pattern and return matching POSIX paths. Specify a directory and glob pattern, with optional max depth, to locate files.
Instructions
Find files in WSL by name pattern (find -name). Returns matching POSIX paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory to search from (absolute POSIX) | |
| distro | No | ||
| pattern | Yes | Glob pattern, e.g. "*.ts" or "test*" | |
| maxDepth | No | Max directory depth |