Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment (e.g., production, development) | development |
| LOG_LEVEL | No | Log level setting (e.g., DEBUG, INFO, WARN, ERROR) | INFO |
| DB_FILENAME | No | Database filename (only applied when WORK_MEMORY_DIR is set) | database.sqlite |
| WORK_MEMORY_DIR | No | Database storage directory | ./work_memory |
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 | |