search_files
Search file contents in a project for a given pattern, returning matching lines with surrounding context.
Instructions
Grep the project's files for a pattern. Returns { path, line, context } matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| pattern | Yes |