FileScopeMCP

by admica
Verified

select_file_tree

Select an existing file tree to work with

Input Schema

NameRequiredDescriptionDefault
filenameYesName of the JSON file containing the file tree

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "description": "Name of the JSON file containing the file tree", "type": "string" } }, "required": [ "filename" ], "type": "object" }
ID: mcrren8xsa