Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BATCH_SIZE | No | Number of files to process in parallel | 10 |
| QDRANT_URL | Yes | URL to your Qdrant instance | http://localhost:6333 |
| MAX_FILE_SIZE | No | Maximum file size to index in bytes | 1048576 |
| OPENAI_API_KEY | Yes | Your OpenAI API key | |
| QDRANT_API_KEY | No | Your Qdrant API key (Optional, for Qdrant Cloud) | |
| EMBEDDING_MODEL | No | OpenAI embedding model to use | text-embedding-3-small |
| EXCLUDE_PATTERNS | No | Patterns of files to exclude from indexing | **/node_modules/**,**/.git/**,**/dist/** |
| INCLUDE_PATTERNS | No | Patterns of files to include in indexing | **/*.{js,ts,jsx,tsx,py,java,go,rs,cpp,c,h} |
| QDRANT_COLLECTION_NAME | No | Name of the Qdrant collection | 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 | |