mcp-scraper 0.33.5 → 0.33.6

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.5`, SHA-256 `d89b51408143356322c46598f151e7e8a2924393ba549b78d9c2347c09cd3103`). 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.6`, SHA-256 `aa95937c38976498656f2785a051b7938682f129f7a43eb1b56b0e3408619458`). 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
 
@@ -30069,7 +30069,7 @@ var PACKAGE_VERSION;
30069
30069
  var init_version = __esm({
30070
30070
  "src/version.ts"() {
30071
30071
  "use strict";
30072
- PACKAGE_VERSION = "0.33.5";
30072
+ PACKAGE_VERSION = "0.33.6";
30073
30073
  }
30074
30074
  });
30075
30075