Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X_USER | No | Optional user identifier | |
| JWT_MODE | No | JWT mode (hs256 or rs256) | |
| DEV_TOKEN | No | Dev token for easy local authentication | |
| JWT_SECRET | No | JWT HS256 shared secret | |
| X_REQUEST_ID | No | Optional request ID | |
| JWT_PUBLIC_KEY_B64 | No | Base64 encoded JWT RS256 public key |
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 | |