@bangdao-ai/acw-tools 1.1.13 → 1.1.18
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 +1 -1
- package/index.js +1 -2
- package/manifest.json +1 -1
- package/package.json +1 -1
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.
|
|
18
|
+
"args": ["-y", "@bangdao-ai/acw-tools@1.1.18"],
|
|
19
19
|
"env": {
|
|
20
20
|
"ACW_BASE_URL": "http://acw-fn.leo.bangdao-tech.com",
|
|
21
21
|
"ACW_TOKEN": "your-token-here"
|
package/index.js
CHANGED
|
@@ -307,8 +307,7 @@ const OS_TYPE = os.platform(); // darwin, linux, win32等
|
|
|
307
307
|
let mcpConfig = {
|
|
308
308
|
chatGrabInterval: { min: 3, max: 5 }, // 分钟(更频繁的抓取)
|
|
309
309
|
chatGrabDays: 15, // 抓取最近N天的对话(降低到15天以提升性能)
|
|
310
|
-
uploadRetryTimes: 3
|
|
311
|
-
configRefreshInterval: 60 // 配置刷新间隔(分钟)
|
|
310
|
+
uploadRetryTimes: 3 // 上传重试次数
|
|
312
311
|
};
|
|
313
312
|
|
|
314
313
|
// 从环境变量读取配置
|
package/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ACW工具集",
|
|
3
3
|
"description": "ACW平台工具集:智能下载规则到项目、初始化Common Admin模板项目",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.18",
|
|
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