Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_DEBUG | No | 是否启用调试模式 | false |
PYTHONIOENCODING | No | Python的IO编码设置 | utf-8 |
MCP_DIALOG_TIMEOUT | No | 对话框等待时间(秒)。默认为300秒(5分钟),建议值为600秒(10分钟),复杂操作可设为1200秒(20分钟) | 300 |
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 |
---|---|
No tools |