Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | info |
REQUEST_TIMEOUT | No | API request timeout in milliseconds | 30000 |
RATE_LIMIT_WINDOW | No | Time window for rate limiting in milliseconds | 60000 |
RATE_LIMIT_REQUESTS | No | Maximum number of requests for rate limiting | 100 |
YANDEX_TRACKER_TOKEN | Yes | OAuth token for Yandex.Tracker API authentication | |
YANDEX_TRACKER_BASE_URL | No | Base URL for Yandex.Tracker API | https://api.tracker.yandex.net/v2 |
YANDEX_TRACKER_CLOUD_ORG_ID | Yes | ID of your Yandex.Tracker organization |
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 |