Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRANSPORT | No | The transport mode for the MCP server. Use 'stdio' for local clients like Claude Desktop, or 'http' for cloud deployments and remote access. | stdio |
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 |
|---|---|
| get_artifact_info | 获取库街区上的声骸详细信息并以 Markdown 格式返回。 Args:
artifact_name: 要查询的声骸套装的中文名称。
Returns:
包含声骸信息的 Markdown 字符串,
或者在找不到声骸或获取数据失败时返回错误消息。
|
| get_character_info | 获取库街区上的角色详细信息包括角色技能,养成攻略等,并以 Markdown 格式返回。 Args:
character_name: 要查询的角色的中文名称。
Returns:
包含角色信息的 Markdown 字符串,
或者在找不到角色或获取数据失败时返回错误消息。
|
| get_character_profile | 获取库街区上的角色档案信息并以 Markdown 格式返回。 Args:
character_name: 要查询的角色的中文名称。
Returns:
包含角色档案信息的 Markdown 字符串,
或者在找不到角色或获取数据失败时返回错误消息。
|