@nekzus/mcp-server 1.3.0 → 1.3.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 (1) hide show
  1. package/package.json +2 -8
package/package.json CHANGED
@@ -1,10 +1,8 @@
1
1
  {
2
2
  "name": "@nekzus/mcp-server",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
6
  "bin": {
9
7
  "mcp-server-nekzus": "dist/index.js"
10
8
  },
@@ -58,11 +56,7 @@
58
56
  "esm",
59
57
  "typescript-types"
60
58
  ],
61
- "author": {
62
- "name": "nekzus",
63
- "email": "nekzus.dev@gmail.com",
64
- "url": "https://github.com/nekzus"
65
- },
59
+ "author": "nekzus",
66
60
  "license": "MIT",
67
61
  "repository": {
68
62
  "type": "git",