mcp-pyodide

list-mounted-directory

List contents of a mounted directory

Input Schema

NameRequiredDescriptionDefault
mountNameYesName of the mount point

Input Schema (JSON Schema)

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