Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_URL | No | Qdrant server URL | http://localhost:6333 |
| OPENAI_API_KEY | Yes | Your OpenAI API key | |
| OPENAI_RETRY_DELAY | No | Initial retry delay in milliseconds with exponential backoff | 1000 |
| OPENAI_RETRY_ATTEMPTS | No | Number of retry attempts for rate limit errors | 3 |
| OPENAI_EMBEDDING_MODEL | No | Embedding model | text-embedding-3-small |
| OPENAI_EMBEDDING_DIMENSIONS | No | Custom embedding dimensions | |
| OPENAI_MAX_REQUESTS_PER_MINUTE | No | Maximum OpenAI API requests per minute | 3500 |
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 | |