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 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| interactive_feedback | Interactive feedback collection tool for LLM agents. USAGE RULES:
Args: project_directory: Project directory path for context summary: Summary of AI work completed for user review timeout: Timeout in seconds for waiting user feedback (default: 600 seconds) Returns: list: List containing TextContent and MCPImage objects representing user feedback |
| 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 | |