@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 +9 -7
- package/bin/AntiyIepScanMcp.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,15 +16,17 @@
|
|
|
16
16
|
## 安装
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
npm install -g @antiylabs/iep-scan-mcp
|
|
19
|
+
npm install -g @antiylabs/iep-scan-mcp
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
**不需要**管理员权限,**不需要**预先安装常驻服务。
|
package/bin/AntiyIepScanMcp.exe
CHANGED
|
Binary file
|