@mikoto_zero/minigame-open-mcp 1.17.0 → 1.18.0
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 +4 -2
- package/dist/proxy.js +25687 -10308
- package/dist/server.js +543 -559
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
|
|
20
20
|
## 🚀 快速开始
|
|
21
21
|
|
|
22
|
-
> 🐣
|
|
22
|
+
> 🐣 **完全不懂技术?** [快速开始(零基础版)](docs/QUICK_START.md) - 3 分钟搞定 Cursor 配置,复制粘贴就能用。
|
|
23
|
+
>
|
|
24
|
+
> 📖 **想了解更多配置?** [详细配置指南](docs/USER_GUIDE.md) - Cursor、Claude Code、VS Code、Claude Desktop 等多种工具的配置方法。
|
|
23
25
|
|
|
24
26
|
### 安装
|
|
25
27
|
|
|
@@ -195,7 +197,7 @@ AI 调用: create_leaderboard
|
|
|
195
197
|
|
|
196
198
|
### 环境要求
|
|
197
199
|
|
|
198
|
-
- Node.js
|
|
200
|
+
- Node.js 18.14.1+
|
|
199
201
|
- npm 或 pnpm
|
|
200
202
|
|
|
201
203
|
### 本地开发
|