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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 @mvp24hours/dotnet-mcp
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": ["@mvp24hours/dotnet-mcp"]
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": ["@mvp24hours/dotnet-mcp"]
75
+ "args": ["mvp24hours-dotnet-mcp"]
76
76
  }
77
77
  }
78
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mvp24hours-dotnet-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP Server for Mvp24Hours .NET Framework - Intelligent documentation routing for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",