Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | false |
| ENDPOINT | No | REST endpoint path | /rest |
| SSE_PATH | No | SSE endpoint path | /sse |
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| SERVER_HOST | No | HTTP server host for SSE/REST transport | localhost |
| SERVER_PORT | No | HTTP server port for SSE/REST transport | 3000 |
| MESSAGE_PATH | No | Messages endpoint path | /messages |
| TRANSPORT_TYPE | No | Transport method (stdio, sse, rest) | stdio |
| ENABLE_FILE_LOGGING | No | Enable logging to files | false |
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 | |