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 +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-Z3KL7WQ5.js → chunk-CC4VK5CR.js} +3 -3
- package/dist/{chunk-Z3KL7WQ5.js.map → chunk-CC4VK5CR.js.map} +1 -1
- package/dist/chunk-ZGEEL2LR.js +7 -0
- package/dist/chunk-ZGEEL2LR.js.map +1 -0
- package/dist/{server-M5N6JVZ5.js → server-K7O2H3YZ.js} +3 -3
- package/docs/mcp-tool-manifest.generated.json +2 -2
- package/package.json +1 -1
- package/dist/chunk-RHD6Z42L.js +0 -7
- package/dist/chunk-RHD6Z42L.js.map +0 -1
- /package/dist/{server-M5N6JVZ5.js.map → server-K7O2H3YZ.js.map} +0 -0
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.
|
|
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
|
|
package/dist/bin/api-server.cjs
CHANGED
|
@@ -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,
|
|
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.
|
|
29818
|
+
PACKAGE_VERSION = "0.33.2";
|
|
29819
29819
|
}
|
|
29820
29820
|
});
|
|
29821
29821
|
|