Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Debug mode | false |
NODE_ENV | No | Node environment setting | |
JUYITING_API_URL | No | API service address | https://api.juyiting.com |
TELEMETRY_ENABLED | No | Whether to enable telemetry | true |
JUYITING_CONFIG_PATH | No | Configuration file path | ~/.juyiting/config.json |
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 |
---|---|
summon_hero | 从聚义厅召唤指定的英雄角色 |
list_heroes | 显示聚义厅中所有可用的英雄角色 |
search_heroes | 根据关键词搜索匹配的英雄角色 |