Get Environment Info
get_environment_infoGet MCP server environment details: version info for server, FastMCP, MCP protocol, and Python runtime. Use for debugging and compatibility checks.
Instructions
Get current MCP server environment information.
Returns version information for the server, FastMCP framework, MCP protocol, and Python runtime. Useful for debugging and compatibility checking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| main_domain | Yes | ModelScope website domain | |
| python_version | Yes | Python runtime version | |
| server_version | Yes | ModelScope MCP Server version | |
| fastmcp_version | Yes | FastMCP framework version | |
| api_inference_domain | Yes | ModelScope API inference domain | |
| mcp_protocol_version | Yes | MCP protocol version | |
| default_text_to_image_model | Yes | Default text-to-image model | |
| default_image_to_image_model | Yes | Default image-to-image model |