@react-component-selector-mcp/react 2.0.2 → 2.0.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Select React components visually in the browser and expose selection data to Claude Code via [MCP](https://modelcontextprotocol.io/).
6
6
 
7
- ![Claude Code showing selected component details](screenshots/Screenshot-1.png)
7
+ ![Claude Code showing selected component details](https://raw.githubusercontent.com/zakstam/react-component-selector-mcp/main/screenshots/Screenshot-1.png)
8
8
 
9
9
  ## Quick Start
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-component-selector-mcp/react",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "React component selector with browser selection UI",
5
5
  "license": "MIT",
6
6
  "author": "zakstam",