mcp-scraper 0.3.10 → 0.3.12
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 +4 -3
- package/dist/bin/api-server.cjs +115 -40
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +2 -2
- package/dist/bin/browser-agent-stdio-server.cjs +206 -31
- package/dist/bin/browser-agent-stdio-server.cjs.map +1 -1
- package/dist/bin/browser-agent-stdio-server.js +3 -2
- package/dist/bin/browser-agent-stdio-server.js.map +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-combined-stdio-server.cjs +262 -60
- package/dist/bin/mcp-scraper-combined-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-scraper-combined-stdio-server.js +4 -3
- package/dist/bin/mcp-scraper-combined-stdio-server.js.map +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 +38 -11
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/bin/paa-harvest.cjs +21 -1
- package/dist/bin/paa-harvest.cjs.map +1 -1
- package/dist/bin/paa-harvest.js +1 -1
- package/dist/chunk-3YGKXXUG.js +133 -0
- package/dist/chunk-3YGKXXUG.js.map +1 -0
- package/dist/{chunk-UWSG3C5J.js → chunk-4OPKIDON.js} +22 -2
- package/dist/chunk-4OPKIDON.js.map +1 -0
- package/dist/{chunk-CED7X4WB.js → chunk-7R7VBQRV.js} +39 -12
- package/dist/chunk-7R7VBQRV.js.map +1 -0
- package/dist/{chunk-QPFF3V2R.js → chunk-BW3DGFNQ.js} +36 -9
- package/dist/chunk-BW3DGFNQ.js.map +1 -0
- package/dist/chunk-FB5ZJGFN.js +7 -0
- package/dist/chunk-FB5ZJGFN.js.map +1 -0
- package/dist/index.cjs +21 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/{server-QTV2EUKA.js → server-CUPDJLWM.js} +44 -142
- package/dist/server-CUPDJLWM.js.map +1 -0
- package/dist/{worker-56IXWOQU.js → worker-FG7ZWEGA.js} +2 -2
- package/docs/mcp-tool-craft-lint.generated.md +1 -1
- package/docs/mcp-tool-manifest.generated.json +3 -3
- package/package.json +1 -1
- package/dist/chunk-CED7X4WB.js.map +0 -1
- package/dist/chunk-NEGW2ZEJ.js +0 -7
- package/dist/chunk-NEGW2ZEJ.js.map +0 -1
- package/dist/chunk-QPFF3V2R.js.map +0 -1
- package/dist/chunk-UWSG3C5J.js.map +0 -1
- package/dist/server-QTV2EUKA.js.map +0 -1
- /package/dist/{worker-56IXWOQU.js.map → worker-FG7ZWEGA.js.map} +0 -0
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
} from "./chunk-DBQDG7EH.js";
|
|
16
16
|
import {
|
|
17
17
|
harvest
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-4OPKIDON.js";
|
|
19
19
|
import "./chunk-M2S27J6Z.js";
|
|
20
20
|
import {
|
|
21
21
|
browserServiceApiKey
|
|
@@ -125,4 +125,4 @@ export {
|
|
|
125
125
|
startWorker,
|
|
126
126
|
tickOnce
|
|
127
127
|
};
|
|
128
|
-
//# sourceMappingURL=worker-
|
|
128
|
+
//# sourceMappingURL=worker-FG7ZWEGA.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-06-
|
|
2
|
+
"generatedAt": "2026-06-23T21:38:55.133Z",
|
|
3
3
|
"counts": {
|
|
4
4
|
"main_stdio": 24,
|
|
5
5
|
"browser_agent_stdio": 20,
|
|
@@ -1507,8 +1507,8 @@
|
|
|
1507
1507
|
"Show the sub-queries and sources behind this AI answer"
|
|
1508
1508
|
],
|
|
1509
1509
|
"formatExamples": [
|
|
1510
|
-
"session_id=\"bas_...\"",
|
|
1511
|
-
"session_id=\"bas_...\", prompt=\"best running shoes 2024\", first_party_domain=\"acme.com\", export=true"
|
|
1510
|
+
"session_id=\"bas_...\", export=true",
|
|
1511
|
+
"session_id=\"bas_...\", prompt=\"best running shoes 2024\", first_party_domain=\"acme.com\", reset=true, export=true"
|
|
1512
1512
|
],
|
|
1513
1513
|
"negativeSpace": "Requires a logged-in chatgpt.com/claude.ai hosted session. If login is missing or stale, rerun browser_profile_onboard, wait for browser_profile_status to report AUTHENTICATED, then browser_open the saved direct/no-proxy profile. For Google AI Overview citations use harvest_paa, not this tool.",
|
|
1514
1514
|
"producesHandlesFor": [],
|