Search Code
code.searchSearch local project files with ripgrep-compatible queries. Provide project path, search query, and optional glob to limit results.
Instructions
Search local project files with ripgrep-compatible output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| query | Yes | ||
| glob | No | ||
| maxResults | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| count | Yes | ||
| files | Yes | ||
| matches | Yes |