server_info
Retrieves Blender MCP server version, status, and environment details in JSON, allowing verification of server connectivity and setup.
Instructions
Return Blender MCP server information, version, and status.
Return Format
JSON string with keys: name, version, status, blender_executable, blender_status, platform, python_version
Examples
await call_tool("server_info")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |