veto_semantic_search
Answer natural-language questions about any codebase by searching a local vector index. Find where user authentication, API endpoints, or other functionality is implemented.
Instructions
Local vector index codebase search. Answers natural-language queries over code (e.g. "where is user authentication handled?").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language search query. | |
| project_dir | Yes | Absolute path to project root. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |