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/CHANGELOG.md +886 -0
- package/README.md +1 -1
- package/dist/bin/api-server.cjs +2 -2
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +1 -1
- package/dist/bin/mcp-scraper-install.cjs.map +1 -1
- package/dist/bin/mcp-scraper-install.js +1 -1
- package/dist/bin/mcp-stdio-server.cjs +2 -2
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/{chunk-R6NOADCR.js → chunk-EE3DWDWK.js} +3 -3
- package/dist/{chunk-R6NOADCR.js.map → chunk-EE3DWDWK.js.map} +1 -1
- package/dist/chunk-EPMHLAZE.js +7 -0
- package/dist/chunk-EPMHLAZE.js.map +1 -0
- package/dist/{server-HHHZD6Q6.js → server-YDWA5O5T.js} +3 -3
- package/package.json +10 -3
- package/dist/chunk-EUBO6E43.js +0 -7
- package/dist/chunk-EUBO6E43.js.map +0 -1
- /package/dist/{server-HHHZD6Q6.js.map → server-YDWA5O5T.js.map} +0 -0
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.
|
|
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
|
|
package/dist/bin/api-server.cjs
CHANGED
|
@@ -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.
|
|
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
|
|
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)
|