mcp-react-toolkit 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/mcp-publisher ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-react-toolkit",
3
- "version": "1.0.0",
4
- "mcpName": "io.github.nishant-chaudhary5338/mcp-react-toolkit",
3
+ "version": "1.0.1",
4
+ "mcpName": "io.github.Nishant-Chaudhary5338/mcp-react-toolkit",
5
5
  "description": "9 MCP servers for React + TypeScript development automation — component scaffolding, dep auditing, WCAG checking, test generation, TypeScript enforcement, and monorepo management.",
6
6
  "keywords": ["mcp", "mcp-server", "model-context-protocol", "react", "typescript", "developer-tools", "claude", "ai-tools"],
7
7
  "author": "Nishant Chaudhary <nishantchaudhary.dev@gmail.com>",
package/server.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.Nishant-Chaudhary5338/mcp-react-toolkit",
4
+ "description": "9 MCP servers for React/TypeScript — dep auditing, a11y, test gen, and TypeScript enforcement.",
5
+ "repository": {
6
+ "url": "https://github.com/Nishant-Chaudhary5338/mcp-toolkit",
7
+ "source": "github"
8
+ },
9
+ "version": "1.0.1",
10
+ "packages": [
11
+ {
12
+ "registryType": "npm",
13
+ "identifier": "mcp-react-toolkit",
14
+ "version": "1.0.1",
15
+ "transport": {
16
+ "type": "stdio"
17
+ }
18
+ }
19
+ ]
20
+ }