mcp-scraper 0.52.1 → 0.52.3

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.3`, SHA-256 `3d68ebf73bd75357a40ef7f0dd17cfc8a7925fbff155e3f2d086465c63c743d0`). 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.3";
43066
43066
  }
43067
43067
  });
43068
43068
 
@@ -50531,7 +50531,7 @@ function registerBrowserAgentMcpTools(server, opts) {
50531
50531
  "browser_screenshot",
50532
50532
  {
50533
50533
  title: "See Page (Screenshot + Elements)",
50534
- description: "Capture what the browser currently shows: a screenshot plus a text snapshot of interactive elements with x,y coordinates, page url/title, and visible text. Primary way to perceive the page; click elements by their listed x,y. If a Cloudflare/CAPTCHA challenge is visible, wait and screenshot again rather than clicking it.",
50534
+ description: "Capture what the browser currently shows: a screenshot plus a text snapshot of interactive elements with x,y coordinates, page url/title, and visible text. Primary way to perceive the page; click elements by their listed x,y. If an anti-bot or CAPTCHA challenge is visible, wait and screenshot again rather than clicking it.",
50535
50535
  inputSchema: BrowserSessionInputSchema,
50536
50536
  outputSchema: recordOutputSchema("browser_screenshot", BrowserScreenshotOutputSchema),
50537
50537
  annotations: annotations2("See Page", true)