Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server address (服务器地址) | 0.0.0.0 |
| PORT | No | Server port (服务器端口) | 8003 |
| DEBUG | No | Debug mode (调试模式) | false |
| LOG_LEVEL | No | Log level (日志级别) | INFO |
| REQUEST_TIMEOUT | No | Request timeout in seconds (请求超时时间(秒)) | 30 |
| DEVELOPMENT_MODE | No | Development mode (开发模式) | false |
| MERMAID_API_BASE_URL | No | Mermaid API address (Mermaid API 地址) | https://mermaid.ink |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_mermaid_to_image | |
| validate_mermaid_syntax | |
| get_supported_options | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |