Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | The host address to bind the server to | 127.0.0.1 |
PORT | No | The port to bind the server to | 8000 |
UI_TYPE | No | The user interface type to use (cli, pyqt, web) | cli |
LOG_LEVEL | No | The logging level (debug, info, warning, error, critical) | info |
TRANSPORT | No | The transport protocol to use (sse, stdio) | sse |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |