mcp-scraper 0.52.1 → 0.52.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
@@ -90,7 +90,7 @@ Build the branded one-click bundle:
90
90
  npm run build:mcpb
91
91
  ```
92
92
 
93
- The generated bundle is written to `build/mcpb/mcp-scraper-<version>.mcpb` and copied to `public/downloads/` for the hosted download. The current public bundle is `https://mcpscraper.dev/downloads/mcp-scraper.mcpb` (`0.52.1`, SHA-256 `02db181ab00dbc3629a30fbb054313019464cede7d959a6902e7637d09ae40ca`). Install it by opening or dragging it into Claude Desktop. Claude displays the `MCP Scraper` install card, icon, and API-key configuration field from the bundle manifest.
93
+ The generated bundle is written to `build/mcpb/mcp-scraper-<version>.mcpb` and copied to `public/downloads/` for the hosted download. The current public bundle is `https://mcpscraper.dev/downloads/mcp-scraper.mcpb` (`0.52.2`, SHA-256 `e669533684b6c9db0ea22fe95998b30962f979932b88baa109498f4872c79840`). Install it by opening or dragging it into Claude Desktop. Claude displays the `MCP Scraper` install card, icon, and API-key configuration field from the bundle manifest.
94
94
 
95
95
  The MCPB install exposes every tool — web-intelligence plus all `browser_*` tools — through the one `mcp-scraper` server.
96
96
 
@@ -43062,7 +43062,7 @@ var PACKAGE_VERSION;
43062
43062
  var init_version = __esm({
43063
43063
  "src/version.ts"() {
43064
43064
  "use strict";
43065
- PACKAGE_VERSION = "0.52.1";
43065
+ PACKAGE_VERSION = "0.52.2";
43066
43066
  }
43067
43067
  });
43068
43068