Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_HOST | No | HTTP server host (default localhost) | localhost |
| HTTP_PORT | No | HTTP server port (default 3000) | 3000 |
| CARD_DATA_TTL | No | Card data cache time in hours (default 24) | 24 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| parse_deck_code | 解析炉石传说卡组代码,返回详细的卡组信息,包括卡牌详情和封面图 |
| search_cards | 根据卡牌名称搜索炉石传说卡牌信息 |
| get_card_info | 根据卡牌ID获取详细的炉石传说卡牌信息 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |