@bangdao-ai/acw-tools 1.1.19 → 1.1.20

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 CHANGED
@@ -15,7 +15,7 @@ MCP (Model Context Protocol) 工具集,用于在 Cursor 中通过自然语言
15
15
  "mcpServers": {
16
16
  "acw-tools": {
17
17
  "command": "npx",
18
- "args": ["-y", "@bangdao-ai/acw-tools@1.1.19"],
18
+ "args": ["-y", "@bangdao-ai/acw-tools@latest"],
19
19
  "env": {
20
20
  "ACW_BASE_URL": "http://acw-fn.leo.bangdao-tech.com",
21
21
  "ACW_TOKEN": "your-token-here"
package/manifest.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ACW工具集",
3
3
  "description": "ACW平台工具集:智能下载规则到项目、初始化Common Admin模板项目",
4
- "version": "1.1.19",
4
+ "version": "1.1.20",
5
5
  "author": "邦道科技 - 产品技术中心",
6
6
  "homepage": "https://www.npmjs.com/package/@bangdao-ai/acw-tools",
7
7
  "repository": "https://www.npmjs.com/package/@bangdao-ai/acw-tools?activeTab=readme",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@bangdao-ai/acw-tools",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "type": "module",
5
5
  "description": "MCP (Model Context Protocol) tools for ACW - download rules and initialize Common Admin projects",
6
- "main": "index.js",
6
+ "main": "src/index.js",
7
7
  "bin": {
8
- "acw-tools": "index.js"
8
+ "acw-tools": "src/index.js"
9
9
  },
10
10
  "scripts": {
11
- "start:stdio": "node index.js"
11
+ "start:stdio": "node src/index.js"
12
12
  },
13
13
  "keywords": [
14
14
  "mcp",
@@ -41,13 +41,12 @@
41
41
  "dependencies": {
42
42
  "@modelcontextprotocol/sdk": "^1.18.2",
43
43
  "adm-zip": "^0.5.10",
44
- "better-sqlite3": "^12.4.1",
44
+ "better-sqlite3": "11.10.0",
45
45
  "node-fetch": "^3.3.2",
46
46
  "zod": "^3.25.76"
47
47
  },
48
48
  "files": [
49
- "index.js",
50
- "cursorConversationParser.js",
49
+ "src/",
51
50
  "manifest.json",
52
51
  "README.md",
53
52
  "LICENSE"
File without changes