Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URI | Yes | The PostgreSQL database connection URI (e.g., postgresql://username:password@localhost:5432/dbname) | |
| OPENAI_API_KEY | No | OpenAI API key for experimental index optimization by LLM feature (optional) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |