mcp-scraper 0.2.3 → 0.2.4

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
@@ -20,7 +20,7 @@ Build the branded one-click bundle:
20
20
  npm run build:mcpb
21
21
  ```
22
22
 
23
- The generated bundle is written to `build/mcpb/mcp-scraper-<version>.mcpb`. 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.
23
+ 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.2.4`, SHA-256 `0450353fb3bb921ab823da8c725c8916c01317e4fba693fcbdacfa5054efa35a`). 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.
24
24
 
25
25
  The MCPB install exposes the same web-intelligence tools as `mcp-scraper` plus all `browser_*` tools from `browser-agent` through one server.
26
26
 
@@ -17082,7 +17082,7 @@ var PACKAGE_VERSION;
17082
17082
  var init_version = __esm({
17083
17083
  "src/version.ts"() {
17084
17084
  "use strict";
17085
- PACKAGE_VERSION = "0.2.3";
17085
+ PACKAGE_VERSION = "0.2.4";
17086
17086
  }
17087
17087
  });
17088
17088