react-docs-mcp 1.0.1 → 1.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.
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ <p align="center">
2
+ <img src="./poster.png" width="100%" alt="React Docs MCP">
3
+ </p>
4
+
1
5
  # React Docs MCP Server
2
6
 
3
7
  AI-powered semantic search over React documentation for Claude, Cursor, and other MCP clients.
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-docs-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "MCP server providing AI agents with semantic search over React documentation",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "embeddings",
28
28
  "vector-search"
29
29
  ],
30
- "author": "Alex",
30
+ "author": "sannnao",
31
31
  "license": "MIT",
32
32
  "repository": {
33
33
  "type": "git",
@@ -43,7 +43,8 @@
43
43
  "files": [
44
44
  "dist",
45
45
  "README.md",
46
- "LICENSE"
46
+ "LICENSE",
47
+ "poster.png"
47
48
  ],
48
49
  "dependencies": {
49
50
  "@modelcontextprotocol/sdk": "^1.20.0",
package/poster.png ADDED
Binary file