🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nodemint/projectmind

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodemint/projectmind - npm Package Compare versions

Comparing version
0.4.1
to
0.4.2
+7
-0
CHANGELOG.md

@@ -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 @@ );