get_shadcn_registry
Build a shadcn-native registry index from your Memoire workspace. Provides registry context for AI editors and v0 workflows without writing files.
Instructions
Build and return a shadcn-native registry index from the current Memoire workspace.
Prerequisites: Component specs must exist in the local registry. Tokens are optional but will be mapped into a registry:theme item when present.
Returns on success: shadcn registry.json-compatible data with { $schema, name, homepage, items[] }. Items include file targets, registryDependencies, cssVars, and Memoire metadata.
Use this tool: to provide AI editors and v0-compatible workflows with a registry context without writing files to disk. For an individual 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. |