@nekzus/mcp-server 1.0.4 → 1.0.6

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 +5 -3
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@nekzus/mcp-server",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Personal MCP Server implementation providing extensible utility functions and tools for development and testing purposes",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "bin": {
9
- "mcp-server-nekzus": "./dist/index.js"
9
+ "mcp-server-nekzus": "./dist/index.js",
10
+ "@nekzus/mcp-server": "./dist/index.js"
10
11
  },
11
12
  "files": [
12
13
  "dist"
@@ -23,7 +24,8 @@
23
24
  "semantic-release": "semantic-release --branches main",
24
25
  "prepare": "npm run build",
25
26
  "watch": "tsc --watch",
26
- "ci": "npm run check && npm run build && npm test"
27
+ "ci": "npm run check && npm run build && npm test",
28
+ "postinstall": "npm run build && shx chmod +x dist/*.js"
27
29
  },
28
30
  "keywords": [
29
31
  "mcp",