Get a component's real source
get_componentRetrieve the complete source code of a component from a given registry, including files, npm and registry dependencies, and install command. Use after searching components to get real code for direct use and editing.
Instructions
Fetch the full, current source of one component from a specific library: file contents, npm dependencies, registry dependencies, and the exact install command. Use this after search_components. The returned source is real code you can drop into the project and edit freely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Component name exactly as returned by search_components | |
| registry | Yes | Registry id, e.g. 'reui' (see list_registries) |