get_shadcn_registry
Generates a shadcn registry.json-compatible index from workspace component specs and design tokens, returning items with registry dependencies and CSS variables.
Instructions
Build a shadcn registry.json-compatible index from the workspace (component specs; tokens map to a registry:theme item when present).
Returns: { $schema, name, homepage, items[] } with file targets, registryDependencies, cssVars. For a single item use get_registry_item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Registry name to embed in the shadcn registry index. | memoire |
| homepage | No | Public homepage used to generate /r/*.json and Open-in-v0 metadata. |