mcp-server-code-assist

by abhishekbhakat
Verified

create_directory

Create a new directory by specifying the desired path using structured XML instructions. Simplifies file organization and management within the MCP server environment.

Instructions

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" }

You must be authenticated.

Other Tools from mcp-server-code-assist

Related Tools

ID: pk7xbajohp