+5
-1
@@ -47,3 +47,7 @@ #!/usr/bin/env node | ||
| import { detectChrome, logChromeStatus } from "./browser.js"; | ||
| const VERSION = "2.2.0"; | ||
| import { readFileSync } from "node:fs"; | ||
| import { fileURLToPath } from "node:url"; | ||
| import { dirname, resolve } from "node:path"; | ||
| const __dirname = dirname(fileURLToPath(import.meta.url)); | ||
| const VERSION = JSON.parse(readFileSync(resolve(__dirname, "..", "package.json"), "utf-8")).version; | ||
| // โโโ CLI helpers โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ | ||
@@ -50,0 +54,0 @@ function showHelp() { |
+1
-1
| { | ||
| "name": "snapmcp", | ||
| "version": "2.2.1", | ||
| "version": "2.2.2", | ||
| "description": "All-in-one MCP server for visual captures: terminal, code, browser, markdown, diffs, HTML, and PDF โ via Playwright", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
186331
0.14%3993
0.1%51
2%