Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | PostgreSQL database host | localhost |
| DB_NAME | No | PostgreSQL database name | code_as_data |
| DB_PORT | No | PostgreSQL database port | 5432 |
| DB_USER | No | PostgreSQL database user | postgres |
| DEV_MODE | No | Enable development mode | false |
| FDEP_PATH | Yes | Path to your FDEP output directory (required) | |
| LOG_LEVEL | No | Logging level (e.g., INFO, DEBUG, WARNING) | INFO |
| DB_PASSWORD | No | PostgreSQL database password | postgres |
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 | |