fs_search
Find files using glob patterns and optionally search for matching lines within them.
Instructions
Find files by glob pattern. If query is set, also returns matching lines inside those files (grep-style).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | Glob pattern, e.g. **/*.ts (default: everything). | |
| query | No | Substring to search for inside matched files. |