Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_STUDIO | No | API key for Gemini-based searchers (AI Studio) | |
| REPO_PATH | No | Path to the repository to search (defaults to current directory) | . |
| SEARCHER_TYPE | No | Searcher implementation to use (default: sgr_gemini_flash_lite) | sgr_gemini_flash_lite |
| CLAUDE_API_KEY | No | API key for Claude-based searchers | |
| GEMINI_API_KEY | No | API key for Gemini-based searchers | |
| GOOGLE_API_KEY | No | API key for Gemini-based searchers | |
| OPENAI_API_KEY | No | API key for OpenAI-based searchers | |
| ANTHROPIC_API_KEY | No | API key for Claude-based searchers | |
| VERTEX_AI_API_KEY | No | API key for Gemini-based searchers (Vertex AI) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |