mcp-scraper 0.54.0 → 0.54.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/CHANGELOG.md +6 -0
- 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-6XQJJLTK.js +7 -0
- package/dist/chunk-6XQJJLTK.js.map +1 -0
- package/dist/{chunk-ULKRU7CS.js → chunk-7MIOE5DQ.js} +2 -2
- package/dist/editorial-reading-room/assets/app.js +35 -13
- package/dist/{server-A6NVOQJF.js → server-GFS5L2NA.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-K7TL7VZB.js +0 -7
- package/dist/chunk-K7TL7VZB.js.map +0 -1
- /package/dist/{chunk-ULKRU7CS.js.map → chunk-7MIOE5DQ.js.map} +0 -0
- /package/dist/{server-A6NVOQJF.js.map → server-GFS5L2NA.js.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to MCP Scraper are documented here. The format is based on [
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.54.1] - 2026-08-13
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Editorial Reading Room artifacts now load inside privacy-preserving sandboxed previews when browser storage is unavailable, while retaining saved reading preferences wherever storage is permitted.
|
|
12
|
+
|
|
7
13
|
## [0.54.0] - 2026-08-13
|
|
8
14
|
|
|
9
15
|
### Added
|
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.54.
|
|
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.54.1`, SHA-256 `4daee9e5da5c97061c71bb9b60e6adcb4b7f63db0bf673fc4792568a2990e818`). 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
|
@@ -43846,7 +43846,7 @@ var PACKAGE_VERSION;
|
|
|
43846
43846
|
var init_version = __esm({
|
|
43847
43847
|
"src/version.ts"() {
|
|
43848
43848
|
"use strict";
|
|
43849
|
-
PACKAGE_VERSION = "0.54.
|
|
43849
|
+
PACKAGE_VERSION = "0.54.1";
|
|
43850
43850
|
}
|
|
43851
43851
|
});
|
|
43852
43852
|
|