yzsd-image 1.0.3 → 1.0.4

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ YZSD AI 图片生成 MCP 服务器。通过 Model Context Protocol 使用 AI 生
22
22
  "yzsd-image": {
23
23
  "type": "stdio",
24
24
  "command": "npx",
25
- "args": ["-y", "yzsd-image"],
25
+ "args": ["-y", "yzsd-image@latest"],
26
26
  "env": {
27
27
  "YZSD_API_KEY": "your-api-key-here"
28
28
  }
@@ -70,7 +70,7 @@ npm install -g yzsd-image
70
70
  "yzsd-image": {
71
71
  "type": "stdio",
72
72
  "command": "npx",
73
- "args": ["-y", "yzsd-image"],
73
+ "args": ["-y", "yzsd-image@latest"],
74
74
  "env": {
75
75
  "YZSD_API_KEY": "your-api-key-here"
76
76
  }
@@ -88,7 +88,7 @@ npm install -g yzsd-image
88
88
  "yzsd-image": {
89
89
  "type": "stdio",
90
90
  "command": "npx",
91
- "args": ["-y", "yzsd-image"],
91
+ "args": ["-y", "yzsd-image@latest"],
92
92
  "env": {
93
93
  "YZSD_API_KEY": "your-api-key-here"
94
94
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yzsd-image",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "YZSD AI 图片生成 MCP 服务器 - 支持文生图和图生图编辑",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",