find_files
Search for files in a project using glob patterns like **/*.ts to quickly find specific file types or paths.
Instructions
Find files by glob pattern within the project. Example pattern: "**/*.ts"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern, e.g. "**/*.ts" | |
| directory | No | Directory to search in (relative to project root). Defaults to project root. |