mcp-pyodide

read-image

Read an image from a mounted directory

Input Schema

NameRequiredDescriptionDefault
imagePathYesPath of the image file
mountNameYesName of the mount point

Input Schema (JSON Schema)

{ "properties": { "imagePath": { "description": "Path of the image file", "type": "string" }, "mountName": { "description": "Name of the mount point", "type": "string" } }, "required": [ "mountName", "imagePath" ], "type": "object" }