fast_context_search
Search code using natural language queries to find relevant file paths and code snippets with semantic understanding.
Instructions
AI-driven semantic code search. Returns file paths with line ranges and grep keywords.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query (e.g. "where is auth handled", "database connection pool") | |
| project_path | No | Absolute path to project root. Empty = current working directory. |