MCPunk
by jurasofish
list_all_files_in_project
List all files in a project, returning a file tree.
Copy
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit_depth_from_root | No | Limit the depth of the search to this many directories from the root. Typically,start with 1 to get an overview of the project.If None, search all directories from the root. | |
path_filter | No | Match if any of these strings appear. Match all if None/null. | |
project_name | Yes |