lpm_add
Add LPM packages to your project by extracting source files for customization. Use for UI components, blocks, templates, and MCP servers.
Instructions
Add an LPM package to the project by extracting source files for customization. Use for UI components, blocks, templates, and MCP servers. Requires LPM CLI installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name in owner.package-name or @lpm.dev/owner.package-name format | |
| version | No | Specific version to install (defaults to latest) | |
| path | No | Target directory for installation (e.g., src/components/ui) | |
| alias | No | Import alias prefix for rewriting (e.g., @/components/ui) | |
| target | No | Swift SPM target name (for Swift packages) | |
| force | No | Overwrite existing files without prompting | |
| installDeps | No | Auto-install npm dependencies (default: true, set false to skip) | |
| config | No | Config schema params as key-value pairs (e.g., { "styling": "panda" }) |