Spaces:
Sleeping
Sleeping
Update medpy/mcp_output/mcp_plugin/mcp_service.py
Browse files
medpy/mcp_output/mcp_plugin/mcp_service.py
CHANGED
|
@@ -96,7 +96,6 @@ mcp = FastMCP("medpy_service")
|
|
| 96 |
# except Exception as e:
|
| 97 |
# return {"success": False, "result": None, "error": str(e)}
|
| 98 |
|
| 99 |
-
# ===== IO 工具 =====
|
| 100 |
@mcp.tool(name="load_image", description="Load medical image from file.")
|
| 101 |
def load_image(file_path: str) -> dict:
|
| 102 |
"""
|
|
|
|
| 96 |
# except Exception as e:
|
| 97 |
# return {"success": False, "result": None, "error": str(e)}
|
| 98 |
|
|
|
|
| 99 |
@mcp.tool(name="load_image", description="Load medical image from file.")
|
| 100 |
def load_image(file_path: str) -> dict:
|
| 101 |
"""
|