mcp-server-code-assist

by abhishekbhakat
Verified

list_directory

Lists directory contents using system ls/dir command

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

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