# reversi-mcp-ui

This is a simple Reversi game that uses MCP-UI.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list mfukushim/reversi-mcp-ui

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mfukushim/reversi-mcp-ui new-game

# Call a tool
npx -y @smithery/cli@latest tool call mfukushim/reversi-mcp-ui new-game '{}'
```

## Direct MCP Connection

Endpoint: `https://reversi-mcp-ui--mfukushim.run.tools`

## Tools (4)

- `new-game` — Start a new Reversi game
- `get-board` — get a Reversi board
- `select-user` — user move a stone
- `select-assistant` — assistant move a stone

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mfukushim/reversi-mcp-ui <tool-name>
```
