Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_TYPE | No | Database type: postgres (default) | postgres |
| DATABASE_URL | Yes | Connection string (e.g. postgresql://user:pass@host:5432/db) | |
| MIGRATIONS_DIR | No | Migrations directory (default: ./migrations) | ./migrations |
| MIGRATIONS_ENABLED | No | Auto-record DDL changes to migration files (default: true) | true |
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 | |