get_directory_structure
Retrieves the directory structure of the shadcn-ui v4 repository, enabling users to understand component file organization and navigate codebase for installation and usage.
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) | |
| owner | No | Repository owner (default: "shadcn-ui") | |
| repo | No | Repository name (default: "ui") | |
| branch | No | Branch name (default: "main") |