@topvisor/mcp-notifications
Advanced tools
+2
-2
| { | ||
| "name": "@topvisor/mcp-notifications", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "mcpName": "io.github.topvisor/mcp-notifications", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
| "scripts": { | ||
| "test": "vitest run", | ||
| "publish": "npm publish --access public", | ||
| "start": "node ./src/server.mjs", | ||
@@ -38,0 +38,0 @@ "start:bin": "node ./bin/mcp-notifications.mjs" |
+1
-2
@@ -152,5 +152,4 @@ # mcp-notifications | ||
| - `auto` (default): uses `powershell` in WSL if available, then `wsl-notify-send`, otherwise `node-notifier` | ||
| - `auto` (default): uses `powershell` in WSL if available, otherwise `node-notifier` | ||
| - `powershell`: force `powershell.exe` Windows toast transport (recommended for WSL) | ||
| - `wsl-notify-send`: force `wsl-notify-send` command | ||
| - `node-notifier`: force `node-notifier` package | ||
@@ -157,0 +156,0 @@ |
+2
-1
| import path from 'node:path' | ||
| import os from 'node:os' | ||
@@ -19,2 +20,2 @@ // Преобразует пути WSL (/mnt/c/...) в Windows-формат (C:\...). | ||
| process.platform === 'linux' && | ||
| (Boolean(process.env.WSL_DISTRO_NAME) || process.env.WSL_INTEROP !== undefined) | ||
| os.release().toLowerCase().includes('microsoft') |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances
154
0.65%2
-50%304717
-0.02%1
Infinity%198
-0.5%