Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| REDIS_HOST | No | Redis host | localhost |
| REDIS_PORT | No | Redis port | 6379 |
| KYC_API_KEY | Yes | KYC API key | |
| CACHE_ENABLED | No | Enable caching | true |
| KYC_JWT_SECRET | Yes | JWT secret for token generation | |
| KYC_API_BASE_URL | Yes | KYC API base URL | |
| CACHE_DEFAULT_TTL | No | Default cache TTL (seconds) | 3600 |
| RATE_LIMIT_ENABLED | No | Enable rate limiting | true |
| RATE_LIMIT_PER_HOUR | No | Requests per hour | 1000 |
| RATE_LIMIT_PER_MINUTE | No | Requests per minute | 60 |
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 | |