mcp-scraper 0.3.7 → 0.3.8
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 +3 -3
- package/dist/bin/api-server.cjs +2 -2
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +1 -1
- package/dist/bin/browser-agent-stdio-server.cjs +5 -5
- package/dist/bin/browser-agent-stdio-server.cjs.map +1 -1
- package/dist/bin/browser-agent-stdio-server.js +2 -2
- package/dist/bin/mcp-scraper-cli.cjs +3 -3
- package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
- package/dist/bin/mcp-scraper-cli.js +3 -3
- package/dist/bin/mcp-scraper-cli.js.map +1 -1
- package/dist/bin/mcp-scraper-combined-stdio-server.cjs +6 -6
- package/dist/bin/mcp-scraper-combined-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-scraper-combined-stdio-server.js +3 -3
- 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 +2 -2
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/chunk-7I6PA2UQ.js +7 -0
- package/dist/chunk-7I6PA2UQ.js.map +1 -0
- package/dist/{chunk-2O7RAK6E.js → chunk-FU3WERZ7.js} +3 -3
- package/dist/{chunk-2O7RAK6E.js.map → chunk-FU3WERZ7.js.map} +1 -1
- package/dist/{chunk-IWNLHCKA.js → chunk-VQFVA6RH.js} +6 -6
- package/dist/chunk-VQFVA6RH.js.map +1 -0
- package/dist/{server-HRVD52CX.js → server-7CGBJWJY.js} +3 -3
- package/docs/mcp-tool-craft-lint.generated.md +1 -1
- package/docs/mcp-tool-manifest.generated.json +10 -10
- package/package.json +1 -1
- package/dist/chunk-2NEVRPK3.js +0 -7
- package/dist/chunk-2NEVRPK3.js.map +0 -1
- package/dist/chunk-IWNLHCKA.js.map +0 -1
- /package/dist/{server-HRVD52CX.js.map → server-7CGBJWJY.js.map} +0 -0
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
HttpMcpToolExecutor,
|
|
4
4
|
buildPaaExtractorMcpServer
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-FU3WERZ7.js";
|
|
6
6
|
import "../chunk-M2S27J6Z.js";
|
|
7
7
|
import "../chunk-LFATOGDF.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-7I6PA2UQ.js";
|
|
9
9
|
|
|
10
10
|
// bin/mcp-stdio-server.ts
|
|
11
11
|
import { readFileSync } from "fs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.3.8'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./chunk-LFATOGDF.js";
|
|
8
8
|
import {
|
|
9
9
|
PACKAGE_VERSION
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-7I6PA2UQ.js";
|
|
11
11
|
|
|
12
12
|
// src/harvest-timeout.ts
|
|
13
13
|
var VERCEL_FUNCTION_MAX_MS = 3e5;
|
|
@@ -2913,7 +2913,7 @@ function buildPaaExtractorMcpServer(executor, options = {}) {
|
|
|
2913
2913
|
}
|
|
2914
2914
|
function registerPaaExtractorMcpTools(server, executor, options = {}) {
|
|
2915
2915
|
const savesReports = options.savesReportsLocally !== false;
|
|
2916
|
-
const reportNote = savesReports ? " Saves a full Markdown report
|
|
2916
|
+
const reportNote = savesReports ? " Saves a full Markdown report to disk." : " Reports are returned inline; no files are saved on this hosted endpoint.";
|
|
2917
2917
|
const withReportNote = (description) => `${description}${reportNote}`;
|
|
2918
2918
|
if (savesReports) registerSavedReportResources(server);
|
|
2919
2919
|
server.registerTool("harvest_paa", {
|
|
@@ -3335,4 +3335,4 @@ export {
|
|
|
3335
3335
|
registerPaaExtractorMcpTools,
|
|
3336
3336
|
HttpMcpToolExecutor
|
|
3337
3337
|
};
|
|
3338
|
-
//# sourceMappingURL=chunk-
|
|
3338
|
+
//# sourceMappingURL=chunk-FU3WERZ7.js.map
|