mcp-scraper 0.33.1 → 0.33.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
@@ -88,7 +88,7 @@ Build the branded one-click bundle:
88
88
  npm run build:mcpb
89
89
  ```
90
90
 
91
- 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.33.1`, SHA-256 `c9122255263b899e7ac95825d0212c54f63059be0370dabd67aea57af82f5754`). 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.
91
+ 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.33.2`, SHA-256 `3b754cbebacb52749e41a141f6b94e8082861586b60e81f0433ca30cb676949e`). 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.
92
92
 
93
93
  The MCPB install exposes every tool — web-intelligence plus all `browser_*` tools — through the one `mcp-scraper` server.
94
94
 
@@ -21494,7 +21494,7 @@ function debugSection(debug) {
21494
21494
  function errorAttemptsSection(body) {
21495
21495
  const attempts = Array.isArray(body.attempts) ? body.attempts : [];
21496
21496
  if (attempts.length === 0) return "";
21497
- const lines = attempts.slice(0, 5).map((attempt) => {
21497
+ const lines = attempts.slice(0, 8).map((attempt) => {
21498
21498
  const debug = attempt.debug ?? {};
21499
21499
  const browser = debug.browser ?? {};
21500
21500
  const kernel = browser.browserRuntime ?? browser.kernel ?? {};
@@ -29815,7 +29815,7 @@ var PACKAGE_VERSION;
29815
29815
  var init_version = __esm({
29816
29816
  "src/version.ts"() {
29817
29817
  "use strict";
29818
- PACKAGE_VERSION = "0.33.1";
29818
+ PACKAGE_VERSION = "0.33.2";
29819
29819
  }
29820
29820
  });
29821
29821