mcquest_find_usages
Find where a symbol is used across source files. Search for functions, components, or variables to see exact references with file, line, and line content.
Instructions
READ ONLY. Find references to a symbol across MCQuest source files using word-boundary matching. Returns file:line:line-content. Use for discovering where a component, function, or variable is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | frontend/src | |
| symbol | Yes | ||
| max_results | No | ||
| file_pattern | No | * |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |