mvp24hours-dotnet-mcp 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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ The Mvp24Hours framework has extensive documentation covering:
|
|
|
21
21
|
### From NPM (Recommended)
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
npm install -g
|
|
24
|
+
npm install -g mvp24hours-dotnet-mcp
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
### From Source
|
|
@@ -44,7 +44,7 @@ Add to your `~/.cursor/mcp.json`:
|
|
|
44
44
|
"mcpServers": {
|
|
45
45
|
"mvp24hours-dotnet": {
|
|
46
46
|
"command": "npx",
|
|
47
|
-
"args": ["
|
|
47
|
+
"args": ["mvp24hours-dotnet-mcp"]
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -72,7 +72,7 @@ Add to your Claude Desktop config:
|
|
|
72
72
|
"mcpServers": {
|
|
73
73
|
"mvp24hours-dotnet": {
|
|
74
74
|
"command": "npx",
|
|
75
|
-
"args": ["
|
|
75
|
+
"args": ["mvp24hours-dotnet-mcp"]
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
}
|