get_directory_structure
Retrieve the directory structure of shadcn-ui v4 repository to understand component organization, usage, and installation details for development projects.
Instructions
Get the directory structure of the shadcn-ui v4 repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | Branch name (default: "main") | |
owner | No | Repository owner (default: "shadcn-ui") | |
path | No | Path within the repository (default: v4 registry) | |
repo | No | Repository name (default: "ui") |
Input Schema (JSON Schema)
{
"properties": {
"branch": {
"description": "Branch name (default: \"main\")",
"type": "string"
},
"owner": {
"description": "Repository owner (default: \"shadcn-ui\")",
"type": "string"
},
"path": {
"description": "Path within the repository (default: v4 registry)",
"type": "string"
},
"repo": {
"description": "Repository name (default: \"ui\")",
"type": "string"
}
},
"type": "object"
}