@nekzus/mcp-server 1.5.2 → 1.5.3

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 +6 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,8 +12,13 @@
12
12
 
13
13
  </div>
14
14
 
15
+ <a href="https://glama.ai/mcp/servers/@Nekzus/mcp-server">
16
+ <img width="380" height="200" src="https://glama.ai/mcp/servers/@Nekzus/mcp-server/badge" alt="Utility Server MCP server" />
17
+ </a>
18
+
15
19
  Node.js server implementing Model Context Protocol (MCP) for comprehensive NPM package analysis.
16
20
 
21
+
17
22
  ## Features
18
23
 
19
24
  - Version analysis and tracking
@@ -188,4 +193,4 @@ This MCP server is licensed under the MIT License. This means you are free to us
188
193
 
189
194
  ---
190
195
 
191
- Made by [nekzus](https://github.com/nekzus) • [Support Development](https://paypal.me/maseortega)
196
+ MIT © [nekzus](https://github.com/nekzus)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nekzus/mcp-server",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "MCP server for comprehensive NPM package analysis. Provides real-time insights into package quality, security, dependencies, and metrics. Built on the MCP SDK for seamless integration with Claude and Anthropic AI tools.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "homepage": "https://github.com/Nekzus/mcp-server#readme",
75
75
  "dependencies": {
76
- "@modelcontextprotocol/sdk": "1.10.0",
76
+ "@modelcontextprotocol/sdk": "1.10.1",
77
77
  "node-fetch": "3.3.2",
78
78
  "zod": "3.24.3"
79
79
  },