@velt-js/mcp-installer 0.1.0 → 0.2.0

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
@@ -2,6 +2,20 @@
2
2
 
3
3
  An MCP (Model Context Protocol) server that provides AI-assisted installation of Velt collaboration features into React and Next.js projects.
4
4
 
5
+ ## Installation
6
+
7
+ Install the package via npm:
8
+
9
+ ```bash
10
+ npm install -g @velt-js/mcp-installer
11
+ ```
12
+
13
+ Or run it directly with `npx` (no install required):
14
+
15
+ ```bash
16
+ npx -y @velt-js/mcp-installer
17
+ ```
18
+
5
19
  ## Setup
6
20
 
7
21
  Add the Velt MCP server to your coding IDE. Pick the section that matches your editor.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velt-js/mcp-installer",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "MCP server for AI-assisted installation of Velt collaboration features into React and Next.js projects",
5
5
  "type": "module",
6
6
  "main": "src/index.js",