Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_HOST | No | HTTP server host | 0.0.0.0 |
| HTTP_PORT | No | HTTP server port | 3000 |
| LOG_LEVEL | No | Logging level (debug, info, warning, error) | info |
| LOG_FORMAT | No | Log format (text, json) | text |
| OPENAPI_SPEC_PATH | No | Path to OpenAPI specification | ./openapi.json |
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 | |