Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REPO_PATH | Yes | Absolute path to your project directory | |
| BATCH_SIZE | No | Embedding batch size | 50 |
| QDRANT_URL | Yes | Your Qdrant Cloud cluster URL (e.g., https://xxx.gcp.cloud.qdrant.io:6333) | |
| WATCH_MODE | No | Auto-update on file changes | true |
| GEMINI_API_KEY | Yes | Your Gemini API key from Google AI Studio (https://aistudio.google.com/app/apikey) | |
| QDRANT_API_KEY | Yes | Your Qdrant Cloud API key | |
| QDRANT_COLLECTION | No | Collection name in Qdrant | codebase |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |