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

MCP Server for Mishka Chelekom component library.

Provides tools and resources for AI assistants to:
- List available components
- Get component details (variants, colors, sizes)
- Generate mix commands for component creation
- Get HEEx code examples

## Usage

Start the server with:

    iex -S mix

The server runs on `http://localhost:4003/mcp`

## Connecting AI Tools

### Claude Code
    claude mcp add --transport http mishka-chelekom http://localhost:4003/mcp

### Cursor / VSCode (.mcp.json)
    {
      "mcpServers": {
        "mishka-chelekom": {
          "type": "http",
          "url": "http://localhost:4003/mcp"
        }
      }
    }

# `child_spec`

---

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