Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3000 |
| DEBUG | No | Enable debug console output (true|false) | false |
| LOG_LEVEL | No | Logging level (error|warn|info|debug) | info |
| GEMINI_MODEL | No | Gemini model to use for queries (options: gemini-2.5-pro, gemini-2.5-flash) | gemini-2.5-pro |
| GOOGLE_API_KEY | Yes | Your Google API key with Gemini API access | |
| STORE_DISPLAY_NAME | Yes | Display name for your vector store/knowledge base |
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 | |