MCP-PIF Server

mkdir

Create a new directory

Input Schema

NameRequiredDescriptionDefault
pathYesPath of directory to create

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path of directory to create", "type": "string" } }, "required": [ "path" ], "type": "object" }