@tarot-ai/pixel 0.0.1 → 0.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.
- package/README.md +2 -2
- package/dist/index.cjs +71 -71
- package/dist/view/index.html +4 -3
- package/dist/view/view-assets/App-D5VfGkce.js +21 -0
- package/dist/view/view-assets/favicon-CTAWt-LP.png +0 -0
- package/dist/view/view-assets/{index-HhBbdUtL.js → index-CMO4vRwl.js} +4 -4
- package/dist/view/view-assets/index-CfsmYNhW.css +1 -0
- package/package.json +3 -3
- package/dist/view/view-assets/App-BERB8OJD.js +0 -21
- package/dist/view/view-assets/index-2FCV4zqI.css +0 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
## 手动启动
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npx --yes --package=@tarot-ai/pixel@0.0.
|
|
18
|
+
npx --yes --package=@tarot-ai/pixel@0.0.2 -- tarot-pixel
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
该命令启动 stdio MCP Server。标准输出仅用于 MCP 协议消息,运行日志写入标准错误或
|
|
@@ -29,7 +29,7 @@ MCP Client 可以使用以下配置:
|
|
|
29
29
|
"tarot-pixel": {
|
|
30
30
|
"type": "stdio",
|
|
31
31
|
"command": "npx",
|
|
32
|
-
"args": ["--yes", "--package=@tarot-ai/pixel@0.0.
|
|
32
|
+
"args": ["--yes", "--package=@tarot-ai/pixel@0.0.2", "--", "tarot-pixel"]
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|