a_semantic_search
Search code with natural language queries to locate relevant snippets by meaning or exact match, even with typos or variations.
Instructions
Performs intelligent hybrid code search combining semantic understanding with exact text matching. Ideal for finding code by meaning (e.g., 'authentication logic', 'database queries') even with typos or variations. Returns the most relevant code snippets with file locations and line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query - can be natural language (e.g., 'where do we handle user login') or specific terms | |
| maxResults | No | Maximum number of results to return (default: from config) |