mcp-scraper 0.33.5 → 0.33.6
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-7C4Y3PBQ.js → chunk-6ZUK4H66.js} +2 -2
- package/dist/chunk-F65IIUHI.js +7 -0
- package/dist/chunk-F65IIUHI.js.map +1 -0
- package/dist/{server-EGMXHFDT.js → server-SHOYO52X.js} +3 -3
- package/docs/mcp-tool-manifest.generated.json +2 -2
- package/package.json +1 -1
- package/dist/chunk-LLIL2TRL.js +0 -7
- package/dist/chunk-LLIL2TRL.js.map +0 -1
- /package/dist/{chunk-7C4Y3PBQ.js.map → chunk-6ZUK4H66.js.map} +0 -0
- /package/dist/{server-EGMXHFDT.js.map → server-SHOYO52X.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.6`, SHA-256 `aa95937c38976498656f2785a051b7938682f129f7a43eb1b56b0e3408619458`). 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
|
@@ -30069,7 +30069,7 @@ var PACKAGE_VERSION;
|
|
|
30069
30069
|
var init_version = __esm({
|
|
30070
30070
|
"src/version.ts"() {
|
|
30071
30071
|
"use strict";
|
|
30072
|
-
PACKAGE_VERSION = "0.33.
|
|
30072
|
+
PACKAGE_VERSION = "0.33.6";
|
|
30073
30073
|
}
|
|
30074
30074
|
});
|
|
30075
30075
|
|