FileScopeMCP

by admica
Verified

create_file_tree

Create or load a file tree configuration

Input Schema

NameRequiredDescriptionDefault
baseDirectoryYesBase directory to scan for files
filenameYesName of the JSON file to store the file tree

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseDirectory": { "description": "Base directory to scan for files", "type": "string" }, "filename": { "description": "Name of the JSON file to store the file tree", "type": "string" } }, "required": [ "filename", "baseDirectory" ], "type": "object" }
ID: mcrren8xsa