@nekzus/mcp-server 1.19.0-alpha.1 → 1.19.0-alpha.2
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nekzus/mcp-server",
|
|
3
|
-
"version": "1.19.0-alpha.
|
|
3
|
+
"version": "1.19.0-alpha.2",
|
|
4
4
|
"mcpName": "io.github.Nekzus/npm-sentinel-mcp",
|
|
5
5
|
"description": "NPM Sentinel MCP - A powerful Model Context Protocol (MCP) server that revolutionizes NPM package analysis through AI. Built to integrate with Claude and Anthropic AI, it provides real-time intelligence on package security, dependencies, and performance.",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"server.json"
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
|
-
"build": "npm run build:http",
|
|
22
|
+
"build": "npm run build:stdio && npm run build:http",
|
|
23
23
|
"build:stdio": "tsc && shx chmod +x dist/*.js",
|
|
24
24
|
"build:http": "smithery build",
|
|
25
25
|
"prepare": "npm run build:stdio",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@semantic-release/github": "12.0.9",
|
|
104
104
|
"@semantic-release/npm": "13.1.5",
|
|
105
105
|
"@semantic-release/release-notes-generator": "14.1.1",
|
|
106
|
-
"@smithery/cli": "
|
|
106
|
+
"@smithery/cli": "^3.19.0",
|
|
107
107
|
"@types/node": "22.15.17",
|
|
108
108
|
"@vitest/coverage-v8": "3.1.3",
|
|
109
109
|
"chalk": "^5.6.2",
|