mcp-scraper 0.15.0 → 0.15.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/dist/bin/api-server.cjs +5 -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-EZAQWOKI.js +7 -0
- package/dist/chunk-EZAQWOKI.js.map +1 -0
- package/dist/{chunk-ETJBTYZX.js → chunk-QPYYOTT2.js} +2 -2
- package/dist/{server-DDKXWYTO.js → server-FFNOTEQI.js} +7 -3
- package/dist/{server-DDKXWYTO.js.map → server-FFNOTEQI.js.map} +1 -1
- package/docs/mcp-tool-manifest.generated.json +2 -2
- package/package.json +1 -1
- package/dist/chunk-TK2S2M7G.js +0 -7
- package/dist/chunk-TK2S2M7G.js.map +0 -1
- /package/dist/{chunk-ETJBTYZX.js.map → chunk-QPYYOTT2.js.map} +0 -0
package/dist/bin/api-server.cjs
CHANGED
|
@@ -27642,7 +27642,7 @@ var PACKAGE_VERSION;
|
|
|
27642
27642
|
var init_version = __esm({
|
|
27643
27643
|
"src/version.ts"() {
|
|
27644
27644
|
"use strict";
|
|
27645
|
-
PACKAGE_VERSION = "0.15.
|
|
27645
|
+
PACKAGE_VERSION = "0.15.1";
|
|
27646
27646
|
}
|
|
27647
27647
|
});
|
|
27648
27648
|
|
|
@@ -39057,6 +39057,10 @@ async function collectConnectedDataExport(args) {
|
|
|
39057
39057
|
recordBytes += pageBytes;
|
|
39058
39058
|
cursor = page.nextCursor ?? void 0;
|
|
39059
39059
|
continuationCursor = page.nextCursor ?? null;
|
|
39060
|
+
if (page.complete === false && typeof beforePageCursor === "string" && page.nextCursor === beforePageCursor) {
|
|
39061
|
+
warnings.add("The provider could not advance this page after bounded retries. Its records and warnings were included once; retry this exact continuation later.");
|
|
39062
|
+
break;
|
|
39063
|
+
}
|
|
39060
39064
|
if (page.complete || page.nextCursor === null || page.nextCursor === void 0) {
|
|
39061
39065
|
complete = true;
|
|
39062
39066
|
continuationCursor = null;
|