Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMEZONE | No | Timezone to use. Examples: "UTC", "America/New_York", "Asia/Tokyo" | UTC |
| DATETIME_FORMAT | No | Controls the default output format of the datetime. Supported formats: iso, unix, unix_ms, human, date, time, custom | iso |
| DATE_FORMAT_STRING | No | Custom date format string (only used when DATETIME_FORMAT="custom"). Uses Python's strftime format codes. | %Y-%m-%d %H:%M:%S |
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 | |