# slotmachine

Roll custom dice and spin a slot machine to explore luck and randomness. Take quick, playful breaks or run simple probability exercises. Get instant results useful for teaching, prototyping, and fun.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add AmitJaison/slotmachine

# Browse available tools
npx -y @smithery/cli@latest tool list AmitJaison/slotmachine

# Get full schema for a tool
npx -y @smithery/cli@latest tool get AmitJaison/slotmachine roll_dice

# Call a tool
npx -y @smithery/cli@latest tool call AmitJaison/slotmachine roll_dice '{}'
```

## Direct MCP Connection

Endpoint: `https://slotmachine--amitjaison.run.tools`

## Tools (2)

- `roll_dice` — Rolls an N-sided die
- `play_slot_machine` — Plays a slot machine game

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get AmitJaison/slotmachine <tool-name>
```

## Resources

- `ui://widget/debug-card.html`
- `ui://widget/slot-machine.html`
