@nodemint/projectmind
Advanced tools
+7
-0
@@ -6,2 +6,9 @@ # Changelog | ||
| ## [0.4.2] - 2026-07-03 | ||
| ### Fixed | ||
| - MCP Registry namespace casing: `mcpName` must match the GitHub account | ||
| exactly (`io.github.Nodemint-dev/projectmind`); the registry compares it | ||
| case-sensitively against the published npm package. | ||
| ## [0.4.1] - 2026-07-03 | ||
@@ -8,0 +15,0 @@ |
+2
-2
| { | ||
| "name": "@nodemint/projectmind", | ||
| "version": "0.4.1", | ||
| "mcpName": "io.github.nodemint-dev/projectmind", | ||
| "version": "0.4.2", | ||
| "mcpName": "io.github.Nodemint-dev/projectmind", | ||
| "publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
@@ -182,3 +182,3 @@ #!/usr/bin/env node | ||
| const server = new Server( | ||
| { name: "projectmind", version: "0.4.1" }, | ||
| { name: "projectmind", version: "0.4.2" }, | ||
| { capabilities: { tools: {} } } | ||
@@ -185,0 +185,0 @@ ); |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
97598
0.24%