# LGTM

Fetch random LGTM (Looks Good To Me) images for use in code reviews and developer communications. Enhance your team's collaboration by easily embedding fun and relevant images in your discussions.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add dongri/mcp-server-lgtm

# Browse available tools
npx -y smithery tool list dongri/mcp-server-lgtm

# Get full schema for a tool
npx -y smithery tool get dongri/mcp-server-lgtm get_lgtm

# Call a tool
npx -y smithery tool call dongri/mcp-server-lgtm get_lgtm '{}'
```

## Tools (1)

- `get_lgtm` — Get LGTM image and show markdown code and imageurl.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get dongri/mcp-server-lgtm <tool-name>
```
