Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| NODE_ENV | No | Node environment (development/production) | development |
| REDIS_URI | No | Redis cache connection URI | redis://localhost:6379 |
| YAPS_CACHE_TTL | No | YAPS cache TTL in seconds (10 minutes) | 600 |
| YAPS_API_ENDPOINT | No | The YAPS API endpoint | https://api.kaito.ai/api/v1/yaps |
| LEADERBOARD_CACHE_TTL | No | Leaderboard cache TTL in seconds (24 hours) | 86400 |
Capabilities
Server capabilities have not been inspected yet.
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 | |