mcp-scraper 0.66.6 → 0.67.0
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 +16 -1
- package/README.md +1 -1
- package/dist/bin/api-server.cjs +1122 -625
- package/dist/bin/api-server.js +3 -3
- package/dist/bin/mcp-scraper-cli.cjs +1 -1
- package/dist/bin/mcp-scraper-cli.js +1 -1
- package/dist/bin/mcp-scraper-install.cjs +2 -2
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.cjs +147 -17
- package/dist/bin/mcp-stdio-server.js +6 -6
- package/dist/bin/paa-harvest.cjs +20 -1
- package/dist/bin/paa-harvest.js +3 -3
- package/dist/{chunk-3EYALCYK.js → chunk-2L4C4DAZ.js} +1 -1
- package/dist/{chunk-CETDPNMZ.js → chunk-2LXTOAKS.js} +1 -1
- package/dist/{chunk-K7Y27ND3.js → chunk-62LEXS5O.js} +2 -2
- package/dist/{chunk-55B3T5L2.js → chunk-65FTMB7G.js} +92 -1
- package/dist/{chunk-3TKKJQB4.js → chunk-ES25GP6C.js} +1 -1
- package/dist/{chunk-NLEAYKOC.js → chunk-GT63KEUB.js} +1 -1
- package/dist/{chunk-KPE52NPT.js → chunk-IHDTONZV.js} +1 -1
- package/dist/{chunk-KXRWY7DZ.js → chunk-LCGTNWOT.js} +1 -1
- package/dist/{chunk-DBWWIK7O.js → chunk-LN6N3YLK.js} +1 -1
- package/dist/{chunk-ABYBPODM.js → chunk-UL4ZKAWZ.js} +1 -1
- package/dist/{chunk-VMWVEKZT.js → chunk-XOOKZYZG.js} +71 -18
- package/dist/{chunk-PMCT2YQM.js → chunk-Y46YNQMM.js} +1 -1
- package/dist/{db-4RVZ3NYZ.js → db-ZGZAKYBW.js} +1 -1
- package/dist/{extract-bundle-EA5URLXN.js → extract-bundle-QQIYJSBW.js} +3 -3
- package/dist/index.cjs +20 -1
- package/dist/index.js +3 -3
- package/dist/{lead-list-enrichment-repository-IBXNWM6H.js → lead-list-enrichment-repository-CXLVIV3R.js} +2 -2
- package/dist/{location-data-repository-WHHQUCUI.js → location-data-repository-G72M7DTN.js} +2 -2
- package/dist/{server-5WPS3LZD.js → server-MFVYRB6I.js} +818 -471
- package/dist/{site-extract-repository-NTM4MDQN.js → site-extract-repository-7EP6UX6I.js} +2 -2
- package/dist/{worker-UTBUWEXQ.js → worker-JGWV2LID.js} +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ All notable changes to MCP Scraper are documented here. The format is based on [
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.67.0] - 2026-08-26
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- `commons_host_image` now accepts pasted or AI-generated bytes, owner-scoped image artifacts, direct image URLs, and webpage URLs through one workflow. Webpage inputs try Open Graph, Twitter, JSON-LD, and meaningful content images, return source-selection provenance, and omit temporary URL query credentials from durable image metadata.
|
|
12
|
+
- `mcpscraper.dev` now publishes its complete generated LLM discovery profile and bounded semantic authority-retrieval endpoints from the site-owned Next.js authority layer.
|
|
13
|
+
|
|
14
|
+
## [0.66.7] - 2026-08-26
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Replacing a disconnected integration connection now inherits that same integration's paid entitlement for the rest of the current billing month instead of consuming another 15,000 Credits; one entitlement still covers only one active connection at a time.
|
|
19
|
+
- Transparent Commons validation now distinguishes external featured images from registered Commons-hosted images, guides agents through the host-first workflow, and returns an actionable image error without retaining the write charge when submit-time image hosting fails.
|
|
20
|
+
|
|
7
21
|
## [0.66.6] - 2026-08-26
|
|
8
22
|
|
|
9
23
|
### Fixed
|
|
@@ -1121,7 +1135,8 @@ All notable changes to MCP Scraper are documented here. The format is based on [
|
|
|
1121
1135
|
- Write actions remain unavailable until the account owner explicitly enables them.
|
|
1122
1136
|
- Provider-specific connection data is normalized into one agent-facing contract.
|
|
1123
1137
|
|
|
1124
|
-
[Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.66.
|
|
1138
|
+
[Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.66.7...HEAD
|
|
1139
|
+
[0.66.7]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.66.6...v0.66.7
|
|
1125
1140
|
[0.66.6]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.66.5...v0.66.6
|
|
1126
1141
|
[0.66.5]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.66.4...v0.66.5
|
|
1127
1142
|
[0.66.4]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.66.3...v0.66.4
|
package/README.md
CHANGED
|
@@ -159,7 +159,7 @@ Build the branded one-click bundle:
|
|
|
159
159
|
npm run build:mcpb
|
|
160
160
|
```
|
|
161
161
|
|
|
162
|
-
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.
|
|
162
|
+
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.67.0`, SHA-256 `03cd764c2ec1741ae0a64373f91324a8f46b523d4bf2ace8d9845f8c45f8d9e4`). Install it by opening or dragging it into Claude Desktop. Claude displays the `MCP Scraper` install card, icon, API-key configuration field, and manually curated current-release message from the bundle manifest.
|
|
163
163
|
|
|
164
164
|
The MCPB install exposes every tool — web-intelligence plus all `browser_*` tools — through the one `mcp-scraper` server.
|
|
165
165
|
|