yzsd-image 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,7 @@ YZSD AI 图片生成 MCP 服务器。通过 Model Context Protocol 使用 AI 生
20
20
  {
21
21
  "mcpServers": {
22
22
  "yzsd-image": {
23
+ "type": "stdio",
23
24
  "command": "npx",
24
25
  "args": ["-y", "yzsd-image"],
25
26
  "env": {
@@ -42,6 +43,7 @@ npm install -g yzsd-image
42
43
  {
43
44
  "mcpServers": {
44
45
  "yzsd-image": {
46
+ "type": "stdio",
45
47
  "command": "yzsd-image",
46
48
  "env": {
47
49
  "YZSD_API_KEY": "your-api-key-here"
@@ -66,6 +68,7 @@ npm install -g yzsd-image
66
68
  {
67
69
  "mcpServers": {
68
70
  "yzsd-image": {
71
+ "type": "stdio",
69
72
  "command": "npx",
70
73
  "args": ["-y", "yzsd-image"],
71
74
  "env": {
@@ -83,6 +86,7 @@ npm install -g yzsd-image
83
86
  ```json
84
87
  {
85
88
  "yzsd-image": {
89
+ "type": "stdio",
86
90
  "command": "npx",
87
91
  "args": ["-y", "yzsd-image"],
88
92
  "env": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yzsd-image",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "YZSD AI 图片生成 MCP 服务器 - 支持文生图和图生图编辑",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",