@uwa4d/openapi-mcp 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -78,7 +78,6 @@ npx -y @uwa4d/openapi-mcp check -a <app_id> -s <app_secret>
78
78
  | `--app-id` | `-a` | AppId | `UWA_MCP_APP_ID` |
79
79
  | `--app-secret` | `-s` | AppSecret | `UWA_MCP_APP_SECRET` |
80
80
  | `--base-url` | `-b` | 接口地址,默认 `https://secure-api.uwa4d.com` | `UWA_MCP_API_BASE_URL` |
81
- | `--sandbox` | | 切到测试环境 `https://sandbox-api.uwa4d.com` | |
82
81
  | `--tool` | `-t` | 加载哪些工具,逗号分隔,默认 `preset.default` | `UWA_MCP_TOOL` |
83
82
  | `--engine` | `-e` | 只加载适用于 `unity` / `unreal` 的工具,默认 `all` | `UWA_MCP_ENGINE` |
84
83
  | `--tool-name-case` | `-c` | 工具命名风格 `snake` / `camel`,默认 `snake` | |
@@ -169,9 +168,6 @@ npx -y @uwa4d/openapi-mcp list-tools -t overview -e unity
169
168
  | --- | --- | --- |
170
169
  | `@uwa4d/openapi-mcp` | 跟随最新稳定版,自动升级 | 默认,大多数用户 |
171
170
  | `@uwa4d/openapi-mcp@0.1.0` | 锁死某个版本 | 生产流水线,要求完全可复现 |
172
- | `@uwa4d/openapi-mcp@beta` | 跟随测试版 | 配合 UWA 验证新接口 |
173
-
174
- 测试版只发布在 `beta` 标签下,默认写法不会拉到测试版。
175
171
 
176
172
  ## 常见问题
177
173
 
@@ -179,7 +175,7 @@ npx -y @uwa4d/openapi-mcp list-tools -t overview -e unity
179
175
  检查 Node 版本是否 ≥ 18,以及配置文件 JSON 格式是否正确(多一个逗号就会整个失效)。改完配置需要重启客户端。
180
176
 
181
177
  **提示凭证错误**
182
- 用 `check` 命令在终端单独验证一次,排除是客户端配置传参的问题。注意测试环境和生产环境的凭证不通用。
178
+ 用 `check` 命令在终端单独验证一次,排除是客户端配置传参的问题。
183
179
 
184
180
  **返回「数据服务错误」**
185
181
  部分接口区分报告生成时间和引擎类型,例如 Unity 2026-07-09 之前的报告用 `get_overview_statistic_v1`,之后的用 `get_overview_statistic_v2`。工具描述里注明了适用范围。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uwa4d/openapi-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "UWA 开放平台 MCP Server,将 UWA Open API 暴露为 MCP 工具供 AI 助手调用",
5
5
  "type": "module",
6
6
  "bin": {