Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DEBUG | No | Enable debug mode | false |
| MCP_LANGUAGE | No | The language setting for the interface | zh-CN |
| MCP_WEB_HOST | No | The host address for the web server | 127.0.0.1 |
| MCP_WEB_PORT | No | The port number for the web server | 8765 |
| MCP_DESKTOP_MODE | No | Enable desktop mode | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| shouji | 通过 Web 界面收集用户输入。 提供一个交互式界面,用于获取用户的文字输入和图片附件。 当需要用户确认或额外指导时可调用此工具。 Args: project_directory: 项目目录路径,用于上下文定位 summary: 当前工作的摘要说明,供用户参考 timeout: 等待用户输入的超时时间(秒) Returns: list: 用户输入内容,包含文字和可选的图片 |
| get_system_info | 獲取系統環境資訊 Returns: str: JSON 格式的系統資訊 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |