Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | PostgreSQL host address | localhost |
| DB_NAME | No | PostgreSQL database name | postgres |
| DB_PORT | No | PostgreSQL port number | 5432 |
| DB_USER | No | PostgreSQL username | postgres |
| PYTHONPATH | Yes | The path to the project root directory, required for the server to locate the source modules. | |
| DB_PASSWORD | Yes | PostgreSQL password | |
| OPENAI_API_KEY | No | OpenAI API key for natural language to SQL conversion (optional) | |
| ANTHROPIC_API_KEY | No | Anthropic API key for natural language to SQL conversion (optional) |
Capabilities
Server capabilities have not been inspected yet.
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 | |