difflens-cli 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@ MCP server that gives AI coding agents "eyes" for UI work. It screenshots localh
5
5
  ## Quick Start
6
6
 
7
7
  ```bash
8
- npm install -g difflens
8
+ npm install -g difflens-cli
9
9
  cd your-project
10
10
  difflens setup
11
11
  # Restart Claude Code — DiffLens is now active
@@ -22,7 +22,7 @@ Add to your project's `.mcp.json`:
22
22
  "mcpServers": {
23
23
  "difflens": {
24
24
  "command": "npx",
25
- "args": ["-y", "difflens"]
25
+ "args": ["-y", "difflens-cli"]
26
26
  }
27
27
  }
28
28
  }
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ Quick start:
26
26
  3. Ask Claude: "take a snapshot of http://localhost:3000"
27
27
 
28
28
  Or use without installing (add to .mcp.json):
29
- { "mcpServers": { "difflens": { "command": "npx", "args": ["-y", "difflens"] } } }
29
+ { "mcpServers": { "difflens": { "command": "npx", "args": ["-y", "difflens-cli"] } } }
30
30
  `;
31
31
  process.stdout.write(message);
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "difflens-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server that gives AI coding agents visual diff capabilities for UI work",
5
5
  "type": "module",
6
6
  "bin": {