MishkaChelekom.MCP.Tools.UninstallComponent (Mishka Chelekom v0.0.9-alpha.20)

Copy Markdown View Source

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

Summary

Functions

get_schema(atom)

mcp_schema(data)

mcp_schema!(data)