repo_find_feature_location
Locate the file and line where a feature is implemented in your repository. Provide the repository path and feature description to get precise code locations.
Instructions
Locate where a specific feature or capability is implemented in the codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root directory. | |
| feature | Yes | Feature name or description (e.g. "JWT authentication" or "vector search"). |