mcp-scraper 0.42.1 → 0.42.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 +1 -1
- 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 +1 -1
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/{chunk-KIFIUR6L.js → chunk-N2B4AAWG.js} +2 -2
- package/dist/chunk-UQ7XJINF.js +7 -0
- package/dist/chunk-UQ7XJINF.js.map +1 -0
- package/dist/{server-K3EIENM2.js → server-2S7KQTPC.js} +3 -3
- package/package.json +2 -3
- package/dist/chunk-RYLP4BFY.js +0 -7
- package/dist/chunk-RYLP4BFY.js.map +0 -1
- /package/dist/{chunk-KIFIUR6L.js.map → chunk-N2B4AAWG.js.map} +0 -0
- /package/dist/{server-K3EIENM2.js.map → server-2S7KQTPC.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.42.
|
|
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.42.2`, SHA-256 `4c3459365b1df6c56a602ab37cda02c89593c8dccebdfabe71866317db49ebad`). 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
|
@@ -39227,7 +39227,7 @@ var PACKAGE_VERSION;
|
|
|
39227
39227
|
var init_version = __esm({
|
|
39228
39228
|
"src/version.ts"() {
|
|
39229
39229
|
"use strict";
|
|
39230
|
-
PACKAGE_VERSION = "0.42.
|
|
39230
|
+
PACKAGE_VERSION = "0.42.2";
|
|
39231
39231
|
}
|
|
39232
39232
|
});
|
|
39233
39233
|
|