bmall-mcp 1.1.1 → 1.1.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,12 +28,14 @@ npx -y bmall-mcp
28
28
  "mcpServers": {
29
29
  "bmall": {
30
30
  "command": "npx",
31
- "args": ["-y", "bmall-mcp"]
31
+ "args": ["-y", "--registry", "https://registry.npmjs.org/", "bmall-mcp"]
32
32
  }
33
33
  }
34
34
  }
35
35
  ```
36
36
 
37
+ > 💡 指定 `--registry https://registry.npmjs.org/` 确保从 npm 官方源获取最新版本,避免镜像源同步延迟。
38
+
37
39
  ### 可用工具
38
40
 
39
41
  #### 1. pull_rules - 下载 Rules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmall-mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "MCP Server for bmall development rules and tools",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",