mcp-server-code-assist

by abhishekbhakat
Verified

file_tree

Lists directory tree structure with git tracking support

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