Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_URL | Yes | Your Qdrant Cloud URL | |
| QDRANT_HOST | No | Qdrant host URL | http://localhost:6333 |
| OPENAI_API_KEY | Yes | Your OpenAI API key | |
| QDRANT_API_KEY | Yes | Your Qdrant Cloud API key | |
| GOOGLE_CLIENT_ID | No | Your Google client ID | |
| GOOGLE_REDIRECT_URI | No | Google OAuth redirect URI | http://localhost:3000/oauth2callback |
| GOOGLE_CLIENT_SECRET | No | Your Google client secret | |
| GOOGLE_REFRESH_TOKEN | No | Your Google refresh token | |
| SERVICE_ACCOUNT_PATH | Yes | Path to your Google service account JSON file | ./service-account.json |
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 | |