Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ claude mcp add iris -- npx @sylphx/iris
**Install once. Call once.**

```bash
claude mcp add image-reader -- npx @sylphx/iris
```

```json
Expand Down Expand Up @@ -160,7 +159,6 @@ Supported formats: PNG, JPEG, GIF, WebP, TIFF, and other formats the **Rust deco
### Claude Code

```bash
claude mcp add image-reader -- npx @sylphx/iris
```

### Claude Desktop
Expand All @@ -170,7 +168,7 @@ Add this to `claude_desktop_config.json`:
```json
{
"mcpServers": {
"image-reader": {
"iris": {
"command": "npx",
"args": ["@sylphx/iris"]
}
Expand Down