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

Generate configuration updates for Mishka Chelekom.

This tool helps modify the `priv/mishka_chelekom/config.exs` file by generating
the appropriate Elixir code to add to the config.

## Usage

    update_config(setting: "component_colors", values: "primary,danger,success")
    update_config(setting: "exclude_components", values: "carousel,gallery")
    update_config(setting: "component_prefix", values: "mishka_")
    update_config(setting: "css_override", variable: "primary_light", value: "#2563eb")

# `get_schema`

# `mcp_schema`

# `mcp_schema!`

---

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