MCP-PIF Server

cd

Change current directory

Input Schema

NameRequiredDescriptionDefault
pathYesDirectory to change to

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Directory to change to", "type": "string" } }, "required": [ "path" ], "type": "object" }