# `MishkaChelekom.MCP.Resources.GetConfig`
[🔗](https://github.com/mishka-group/mishka_chelekom/blob/v0.0.9/lib/mishka_chelekom/mcp/resources/get_config.ex#L1)

Read the current Mishka Chelekom configuration from the user's project.

Returns the contents of `priv/mishka_chelekom/config.exs` if it exists,
otherwise returns default configuration values.

## Configuration Options

- `exclude_components` - Components to skip during generation
- `component_colors` - Limit which colors are generated
- `component_variants` - Limit which variants are generated
- `component_sizes` - Limit which sizes are generated
- `component_rounded` - Limit rounded options
- `component_padding` - Limit padding options
- `component_space` - Limit space options
- `component_prefix` - Prefix for function names (e.g., "mishka_")
- `module_prefix` - Prefix for module names (e.g., "mishka_")
- `css_overrides` - CSS variable overrides
- `css_merge_strategy` - :merge or :replace
- `custom_css_path` - Path to custom CSS file

---

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