nx-mcp-server 1.0.0 → 1.0.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 +10 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx-mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "图像生成 MCP Server — 智能生图(万相API) + 本地图形工具集",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -17,11 +17,18 @@
17
17
  "sharp": "^0.33.0",
18
18
  "qrcode": "^1.5.3",
19
19
  "axios": "^1.7.0",
20
- "express": "^4.19.0"
20
+ "express": "^4.19.0",
21
+ "zod": "^3.25.0"
21
22
  },
22
23
  "engines": {
23
24
  "node": ">=18.0.0"
24
25
  },
25
- "keywords": ["mcp", "image-generation", "qrcode", "watermark", "image-processing"],
26
+ "keywords": [
27
+ "mcp",
28
+ "image-generation",
29
+ "qrcode",
30
+ "watermark",
31
+ "image-processing"
32
+ ],
26
33
  "license": "MIT"
27
34
  }