mcp-scraper 0.21.0 → 0.21.1
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-XHJJQRNQ.js → chunk-7BHU4SJQ.js} +2 -2
- package/dist/chunk-QDUFW45J.js +7 -0
- package/dist/chunk-QDUFW45J.js.map +1 -0
- package/dist/{server-PH3VJ74X.js → server-FRR4B4Z5.js} +3 -3
- package/docs/mcp-tool-manifest.generated.json +2 -2
- package/docs/specs/unified-credit-and-scheduled-execution-billing-spec.md +96 -117
- package/package.json +1 -1
- package/dist/chunk-L4LMSXLO.js +0 -7
- package/dist/chunk-L4LMSXLO.js.map +0 -1
- /package/dist/{chunk-XHJJQRNQ.js.map → chunk-7BHU4SJQ.js.map} +0 -0
- /package/dist/{server-PH3VJ74X.js.map → server-FRR4B4Z5.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.21.
|
|
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.21.1`, SHA-256 `f6484fb8ac0af2bfdc55a0b119df891552b6b3aec517d8b08b792555e1621458`). 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
|
@@ -28401,7 +28401,7 @@ var PACKAGE_VERSION;
|
|
|
28401
28401
|
var init_version = __esm({
|
|
28402
28402
|
"src/version.ts"() {
|
|
28403
28403
|
"use strict";
|
|
28404
|
-
PACKAGE_VERSION = "0.21.
|
|
28404
|
+
PACKAGE_VERSION = "0.21.1";
|
|
28405
28405
|
}
|
|
28406
28406
|
});
|
|
28407
28407
|
|