mcp-server-code-assist

by abhishekbhakat
Verified

create_directory

Creates a new directory

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "properties": { "path": { "anyOf": [ { "type": "string" }, { "format": "path", "type": "string" } ], "title": "Path" } }, "required": [ "path" ], "title": "CreateDirectory", "type": "object" }