Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment mode (development, production, test) | development |
| LOG_LEVEL | No | Logging level (trace, debug, info, warn, error, fatal) | info |
| DATABASE_URL | Yes | PostgreSQL connection string (e.g., postgresql://user:password@localhost:5432/dbname) | |
| MAX_QUERY_LIMIT | No | Maximum allowed row limit | 10000 |
| QUERY_TIMEOUT_MS | No | Query execution timeout in milliseconds | 30000 |
| DEFAULT_QUERY_LIMIT | No | Default row limit for queries | 100 |
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 | |