@antiylabs/iep-scan-mcp 0.1.1 → 0.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.
package/README.md CHANGED
@@ -16,15 +16,17 @@
16
16
  ## 安装
17
17
 
18
18
  ```bash
19
- npm install -g @antiylabs/iep-scan-mcp --registry http://10.255.40.162:4873/
19
+ npm install -g @antiylabs/iep-scan-mcp
20
20
  ```
21
21
 
22
- > 本包发布在**内网私有源**,不在公共 npmjs.com 上,所以必须带 `--registry`。
23
- > 嫌每次都带麻烦,可以绑一次 scope:
24
- > ```bash
25
- > npm config set @antiylabs:registry http://10.255.40.162:4873/
26
- > ```
27
- > 绑定后才能用 `npx -y @antiylabs/iep-scan-mcp`,否则 npx 会去公共源找、报 404。
22
+ 也可以用 npx 免安装直接跑:
23
+
24
+ ```bash
25
+ npx -y @antiylabs/iep-scan-mcp
26
+ ```
27
+
28
+ > 写进客户端配置时**建议全局安装**——npx 每次启动都要检查更新,
29
+ > 而本包有 29 MB,会明显拖慢客户端拉起 MCP server 的速度。
28
30
 
29
31
  安装包内已包含扫描引擎 `MEngine.dll` 与病毒库。
30
32
  **不需要**管理员权限,**不需要**预先安装常驻服务。
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antiylabs/iep-scan-mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "安天 IEP 病毒检测 MCP 服务(stdio)。让 AI 客户端直接调用 scan_file / scan_hash 做文件查毒与哈希黑白查询。引擎与病毒库随包分发,扫描时引擎会走云查。",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {