search_files
Find files matching a glob pattern (e.g., *.py) within a specified base path, searching recursively.
Instructions
Search files by glob pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern (e.g., *.py, **/*.js) | |
| path | No | Base path to search from | . |