Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| sse | No | Start the server with SSE (Server-Sent Events) transport for HTTP communication. | |
| host | No | The host to bind the SSE server to (e.g., 0.0.0.0). | |
| port | No | The port to bind the SSE server to (e.g., 8000). | |
| debug | No | Enable debug logging, which is written to both the console and logs/quack.log. |
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 | |