get_directory_structure
Retrieve the directory structure of a specified repository path, enabling navigation and exploration of shadcn/ui components and files.
Instructions
Get the directory structure of the shadcn-ui v4 repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path within the repository (default: v4 registry) | |
| repo | No | Repository name (default: "ui") | |
| owner | No | Repository owner (default: "shadcn-ui") | |
| branch | No | Branch name (default: "main") |