# `MishkaChelekom.MCP.Tools.UninstallComponent`
[🔗](https://github.com/mishka-group/mishka_chelekom/blob/v0.0.9/lib/mishka_chelekom/mcp/tools/uninstall_component.ex#L1)

Generate mix commands for uninstalling Mishka Chelekom components.

Returns the appropriate `mix mishka.ui.uninstall` command with options.

## Usage

    uninstall_component(name: "accordion")
    uninstall_component(name: "accordion,button,alert")
    uninstall_component(all: true)

## Options

- `name` - Component name(s) to uninstall (comma-separated)
- `all` - Uninstall all Mishka components
- `dry_run` - Preview what will be removed without making changes
- `force` - Force removal even if other components depend on it
- `keep_js` - Keep JavaScript files even if unused

# `get_schema`

# `mcp_schema`

# `mcp_schema!`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
