mcp-scraper 0.77.0 → 0.79.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 +54 -8
- package/README.md +2 -3
- package/dist/{analytics-repository-AUTJK4HK.js → analytics-repository-VEUDEPWI.js} +3 -3
- package/dist/bin/api-server.js +7 -6
- package/dist/bin/mcp-scraper-cli.js +3 -3
- package/dist/bin/mcp-scraper-core.js +8 -8
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.js +8 -8
- package/dist/bin/paa-harvest.js +4 -4
- package/dist/{chunk-DTJ56S5B.js → chunk-2JF4ECSJ.js} +905 -88
- package/dist/{chunk-KIPIBPUB.js → chunk-47ZCUBM5.js} +1 -1
- package/dist/{chunk-7HF3T7P2.js → chunk-ATIVTEML.js} +1 -1
- package/dist/{chunk-7RQULQF3.js → chunk-B6L73AO4.js} +1 -1
- package/dist/{chunk-WFQ2E4WE.js → chunk-BTQ23KCT.js} +1 -1
- package/dist/{chunk-IBQNOZ7E.js → chunk-DUWZQSSJ.js} +1 -1
- package/dist/{chunk-A66DGFOU.js → chunk-KAGHJQFO.js} +1 -1
- package/dist/{chunk-E6Y3VCOJ.js → chunk-LB2GNACG.js} +4 -4
- package/dist/{chunk-CXY5WV45.js → chunk-NGLZ6UJR.js} +1 -1
- package/dist/{chunk-WEFPBAAG.js → chunk-OU4FV2RP.js} +140 -4
- package/dist/{chunk-F5TK4KMT.js → chunk-OUBH6XMY.js} +1 -1
- package/dist/{chunk-77LQV73B.js → chunk-OWF2JJKN.js} +13 -1
- package/dist/{chunk-IP7UDXMU.js → chunk-Q54QVYJ2.js} +3 -3
- package/dist/{chunk-PJEEKOUM.js → chunk-Q5L2OCOQ.js} +2 -2
- package/dist/{chunk-GT6MP4SU.js → chunk-R4YRH5PG.js} +2 -2
- package/dist/{chunk-D2O7V2CT.js → chunk-SL7YVA4S.js} +2 -2
- package/dist/{chunk-F6MUGMRN.js → chunk-UFJJGXVO.js} +702 -165
- package/dist/{chunk-KBTUPRTF.js → chunk-VEQPA65D.js} +1 -1
- package/dist/{chunk-6W4ADSWE.js → chunk-VFCUGTCF.js} +2 -2
- package/dist/{db-566MOHHD.js → db-TA567JLA.js} +17 -1
- package/dist/{extract-bundle-OO74L67T.js → extract-bundle-I2GNC25L.js} +4 -4
- package/dist/{gmail-service-TIU4V5JA.js → gmail-service-GGQVJUC3.js} +5 -5
- package/dist/index.cjs +714 -165
- package/dist/index.d.cts +83 -1
- package/dist/index.d.ts +83 -1
- package/dist/index.js +4 -4
- package/dist/{lead-list-enrichment-repository-WWEMJ7EN.js → lead-list-enrichment-repository-5LEWW4X7.js} +2 -2
- package/dist/{location-data-repository-H4B2BWGY.js → location-data-repository-AHKDXTEQ.js} +2 -2
- package/dist/{server-EKRNKKLU.js → server-QJUBOH6L.js} +19854 -4849
- package/dist/{site-extract-repository-B47JB62U.js → site-extract-repository-KF736IR6.js} +3 -3
- package/dist/{worker-DR6R7J46.js → worker-VU6JCCLG.js} +7 -7
- package/package.json +12 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,59 @@ All notable changes to MCP Scraper are documented here. The format is based on [
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.79.0] - 2026-08-28
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- Added Scheduling as the canonical Personal Assistant setup surface, with connection readiness for Gmail, Calendar, Zoom, browser profiles, Memory, SMS, and email; exact schedule confirmation; approval and spend review; run history; and explicit watch/takeover states.
|
|
12
|
+
- Added owner-scoped browser profiles that can hold multiple independently verified login bindings, while every browser schedule grant selects one exact profile, login, domain, and action set.
|
|
13
|
+
- Added immutable schedule revisions, readiness receipts, append-only activation records, additive legacy schedule projection, and single-owner occurrence transition receipts so migration cannot silently infer browser authority or double-dispatch work.
|
|
14
|
+
- Added Kernel and private-Mac browser runtime boundaries with collision-resistant tenant namespaces, per-owner concurrency ceilings, bounded sessions, explicit and timeout cleanup, owner-qualified account deletion, and provider deletion readback.
|
|
15
|
+
- Added an owner-controlled Personal Assistant that brings SMS/MMS, Gmail, Google Calendar, Zoom, browser work, reminders, and Memory context packets into one governed workflow with immutable plans, approval checkpoints, spend limits, and durable receipts.
|
|
16
|
+
- Added Twilio number discovery, owned-number attachment, purchase and registration previews, Messaging Service readiness, signed inbound and delivery webhooks, safe MMS ingestion, deterministic opt-out handling, single and reviewed bulk messaging, and reconciliation for unknown provider outcomes.
|
|
17
|
+
- Added immutable, revisioned Memory context packets with source and attachment provenance, Gmail full-message imports, MMS media metadata, lifecycle controls, and readback verification against the selected vault.
|
|
18
|
+
- Added a portable Codex harness and command-ledger runtime for restart-safe assistant work, bounded wake packets, signed worker claims, short-lived tool leases, approval suspension and resume, deterministic reminders, and governed Gmail, Calendar, Zoom, and browser execution.
|
|
19
|
+
- Added the authenticated `/api/v1/assistant` owner API, signed private worker routes, an `/assistant` web workspace, 15 public assistant MCP tools, two owner-scoped resources, and the `assistant_setup` prompt. Private webhook, Cron, database, credential, and worker operations remain outside the public contract.
|
|
20
|
+
- Added a sanitized legacy-data salvage and migration path that preserves explicit scoped consent and inbound evidence, quarantines unresolved ownership or provider identifiers, rejects inferred consent and legacy send-ready claims, and supports deterministic rollback from a disposable staging store.
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- **Breaking — Personal Assistant scheduler ownership:** Personal Assistant schedules and model-assisted work now use the main command ledger and portable harness instead of the legacy Mastra/Inngest scheduled-action path. Environments adopting the assistant must provision the dedicated `assistant` database schema and signed worker boundary; legacy Scheduler remains only for unrelated maintenance workloads.
|
|
25
|
+
- **Public contract:** Owner authority now comes only from authenticated server context. Assistant request bodies use opaque references and cannot supply owner IDs, provider identifiers, credentials, signed URLs, SQL, or private worker operations; mutations require bounded idempotency and return receipt-based status for safe readback.
|
|
26
|
+
- Hosted browser setup and takeover remain disabled in production until MCP Scraper owns an opaque HTTP/WebSocket proxy or the browser provider supplies an equivalent opaque embed contract; the provider-iframe transport remains test-only.
|
|
27
|
+
- Release verification now pins the immutable Personal Assistant artifact commit and proves it is an ancestor of the release-metadata commit, avoiding a self-referential `HEAD` requirement while still rejecting divergent or unavailable source identities.
|
|
28
|
+
- The Personal Assistant is implemented and fixture-tested, and its source, generated contracts, web UI, Memory packages, migration utilities, harness bundle, and operating skills are packaged in this repository. Production activation still requires the release deployment, database migration, provider callbacks, and an approved spare-Mac worker installation.
|
|
29
|
+
- Personal Assistant Mac workers now support an explicit private staging profile with an isolated authenticated Codex home, a self-contained pinned runtime outside macOS protected folders, launchd supervision, live task submission, restart recovery, and a verified prior-artifact rollback target; FileVault, firewall, and backup remain production-promotion gates.
|
|
30
|
+
|
|
31
|
+
### Fixed
|
|
32
|
+
|
|
33
|
+
- Mac harness installation now fails closed until the named LaunchAgent owns an initialized app-server heartbeat, and task submission retains final assistant messages delivered through incremental completion events instead of reporting a completed turn as empty.
|
|
34
|
+
|
|
35
|
+
### Security
|
|
36
|
+
|
|
37
|
+
- Browser takeover now uses owner-authenticated, one-time claims with view-only leases by default, exact control upgrades, stale/replay rejection, and sanitized persistence that excludes provider profile names, session IDs, CDP endpoints, cookies, local profile paths, and credentials.
|
|
38
|
+
- Added a fail-closed five-level authority model that intersects provider capability, connection state, scoped grants, consent, suppression, registration, quiet hours, immutable approval bindings, spend ceilings, and short-lived leases before any external or destructive action.
|
|
39
|
+
- Added deterministic `STOP`, `START`, and `HELP` handling, append-only consent and suppression evidence, per-recipient bulk-send rechecks, frozen audience digests, abuse ceilings, kill switches, and internal do-not-contact precedence; inbound activity and imported data never imply outbound consent.
|
|
40
|
+
- Twilio webhooks now verify signatures against the exact raw request and canonical public URL before tenant lookup, deduplicate callbacks, keep attachment bytes and provider identifiers private, and preserve uncertain side effects for reconciliation instead of blindly retrying.
|
|
41
|
+
- Twilio inbound webhooks now commit an owner-encrypted SMS/MMS envelope before acknowledgement, require the exact Messaging Service, enforce durable authenticated quotas, serialize only within each sender lane, and route unknown senders to web setup without exposing their message to the assistant.
|
|
42
|
+
- Assistant logs, wake packets, MCP/API results, and Memory references exclude secrets, database access, signed URLs, raw provider identifiers, attachment bytes, and full recipient identifiers; provider and retrieved content remains explicitly untrusted data rather than executable authority.
|
|
43
|
+
|
|
44
|
+
## [0.78.0] - 2026-08-28
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- Made `maxQuestions` an explicit target count rather than a traversal-depth control, with separate discovery and material-completeness diagnostics.
|
|
49
|
+
- Preserved complete People Also Ask, AI Overview, and organic-result link provenance in JSON, structured MCP output, and CSV while classifying plain links and Google redirect links explicitly.
|
|
50
|
+
- Resolved opaque Google `/goto` targets through bounded concurrent manual-redirect requests with active-browser interception as a fallback, without following publisher destinations and without dropping unresolved material.
|
|
51
|
+
- Aligned the bounded PAA production-provider canary with the public `maxQuestions` contract and made Bright Data the default test provider.
|
|
52
|
+
|
|
53
|
+
### Fixed
|
|
54
|
+
|
|
55
|
+
- Distinguished a healthy three-pass PAA frontier exhaustion from failed, disappeared, or timed-out browser interactions; interrupted jobs now renew fenced leases, resume automatically on the same job ID, and stop after a bounded recovery budget.
|
|
56
|
+
- Checkpointed the initial SERP material before PAA expansion so a worker interruption retains already captured AI Overview citations, organic rankings, entities, forums, videos, and local results.
|
|
57
|
+
- Required an exact visible AI Overview label before accepting an overview container, preventing ordinary sponsored blocks from being misclassified as AI answers.
|
|
58
|
+
- Kept synchronous and durable PAA results consistent for question identifiers, all answer sources, SERP modules, link-resolution status, and completeness diagnostics.
|
|
59
|
+
|
|
7
60
|
## [0.77.0] - 2026-08-28
|
|
8
61
|
|
|
9
62
|
### Fixed
|
|
@@ -1419,14 +1472,7 @@ All notable changes to MCP Scraper are documented here. The format is based on [
|
|
|
1419
1472
|
- Write actions remain unavailable until the account owner explicitly enables them.
|
|
1420
1473
|
- Provider-specific connection data is normalized into one agent-facing contract.
|
|
1421
1474
|
|
|
1422
|
-
[Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.
|
|
1423
|
-
[0.76.0]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.75.1...v0.76.0
|
|
1424
|
-
[0.75.1]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.75.0...v0.75.1
|
|
1425
|
-
[0.75.0]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.74.0...v0.75.0
|
|
1426
|
-
[0.74.0]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.8...v0.74.0
|
|
1427
|
-
[0.73.8]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.7...v0.73.8
|
|
1428
|
-
[0.73.7]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.6...v0.73.7
|
|
1429
|
-
[0.73.6]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.5...v0.73.6
|
|
1475
|
+
[Unreleased]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.5...HEAD
|
|
1430
1476
|
[0.73.5]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.4...v0.73.5
|
|
1431
1477
|
[0.73.4]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.3...v0.73.4
|
|
1432
1478
|
[0.73.3]: https://github.com/VilovietaSEO/mcp-scraper/compare/v0.73.2...v0.73.3
|
package/README.md
CHANGED
|
@@ -23,7 +23,6 @@ Use the MCPB Desktop Extension for the branded Claude Desktop install, or use th
|
|
|
23
23
|
MCP Scraper ships one stdio entrypoint plus human-facing helper CLIs:
|
|
24
24
|
|
|
25
25
|
- `mcp-scraper` — the single MCP server with every tool: live web intelligence (SERP, PAA, site extraction, YouTube, Facebook ads and organic video transcripts, Maps, directory, rank tracker blueprint, credits) plus agent-controlled direct/no-proxy hosted browser sessions (screenshots, clicks, typing, scrolling, watch URLs, replay links, MP4 replay download, and saved profile/login setup for authenticated AI visibility workflows). It is context-aware: in a human terminal it prints the branded ASCII install card; in an MCP client it runs as a protocol-clean stdio server. This is the entrypoint used by the MCPB Desktop Extension.
|
|
26
|
-
- `mcp-scraper-core` — a restricted stdio entrypoint for Thorbit that registers exactly 34 direct public-web scraping and analysis tools. It excludes MCP Scraper integrations and connected-account actions, Scheduler, Memory, browser-agent, analytics, publishing, Commons, lead-list, Local Sourcebook, and generic workflow surfaces. The normal `mcp-scraper` entrypoint remains full-surface.
|
|
27
26
|
- `mcp-scraper-install` — explicit alias for the human-facing terminal installer card with the branded ASCII intro and copyable install commands.
|
|
28
27
|
- `mcp-scraper-cli` — a human-facing CLI for setup checks, AI-agent config generation, workflow prompts, SEO workflow runs, and HTML reports. This command is safe to print because it is not an MCP stdio server.
|
|
29
28
|
|
|
@@ -174,7 +173,7 @@ Build the branded one-click bundle:
|
|
|
174
173
|
npm run build:mcpb
|
|
175
174
|
```
|
|
176
175
|
|
|
177
|
-
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.
|
|
176
|
+
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.79.0`, SHA-256 `c4728bfebff747f752f5f8b0e4188d45c46f794e2756238b71f951661ed048b2`). 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.
|
|
178
177
|
|
|
179
178
|
The MCPB install exposes every tool — web-intelligence plus all `browser_*` tools — through the one `mcp-scraper` server.
|
|
180
179
|
|
|
@@ -336,7 +335,7 @@ The `mcp-scraper` server (and the MCPB bundle, which runs it) exposes both secti
|
|
|
336
335
|
|
|
337
336
|
All MCP tools return `structuredContent` with the IDs, URLs, CSV paths, transcripts, browser session handles, replay paths, artifacts, recipe fields, or blueprint fields needed by the next step, plus readable text content for compatibility. Runtime `tools/list` omits output schemas so strict clients can register the complete catalog; the generated developer manifest retains every canonical output schema for validation and typed SDK generation. All tools carry MCP annotations; file-writing tools such as replay downloads and annotations state their filesystem side effects.
|
|
338
337
|
|
|
339
|
-
The canonical tool inventory is generated at `docs/mcp-tool-manifest.generated.json`. The unified server exposes
|
|
338
|
+
The canonical tool inventory is generated at `docs/mcp-tool-manifest.generated.json`. The unified server exposes 354 tools: 253 scraper, browser, workflow, billing, connected-service, and personal-assistant tools plus 101 durable-memory tools. The scraper-side inventory includes complete Gmail selection, message, attachment, export, bulk-action, and Memory-import workflows; governed personal-assistant commands, messaging, approvals, grants, number setup, and execution readback; durable PAA starts and status; rendered site-content similarity; governed Local Sourcebook and Transparent Commons workflows; direct site-export reads; Editorial Reading Room and News Publisher templates; and production X-Ray analytics, attribution, CRM policy and receipt, campaign, export, and scheduled-report tools. Successful evidence-compiled Local Sourcebook revisions publish automatically to their canonical `localsourcebook.com` category profile and review URLs; administrator controls handle exceptional rejection or unpublishing. Release verification compares the exact local and hosted tool-name sets, not only the count.
|
|
340
339
|
|
|
341
340
|
For contract parity, stdio and MCPB memory calls invoke the matching public tool on the hosted MCP Scraper `/mcp` endpoint. The hosted aggregate runtime owns MCP Scraper-specific billing, scheduling, credential, and in-process cutover policy; its internal `/memory/mcp-call` bridge is a fallback to the standalone memory service, not the public stdio execution path. Direct `mcp-memory` OAuth and stdio clients continue to use `memory.mcpscraper.dev` and must be verified as a separate dependent release surface.
|
|
342
341
|
|
|
@@ -85,9 +85,9 @@ import {
|
|
|
85
85
|
updateAnalyticsPixel,
|
|
86
86
|
upsertAnalyticsAdSpend,
|
|
87
87
|
upsertAnalyticsHostGroup
|
|
88
|
-
} from "./chunk-
|
|
89
|
-
import "./chunk-
|
|
90
|
-
import "./chunk-
|
|
88
|
+
} from "./chunk-DUWZQSSJ.js";
|
|
89
|
+
import "./chunk-Q5L2OCOQ.js";
|
|
90
|
+
import "./chunk-OU4FV2RP.js";
|
|
91
91
|
export {
|
|
92
92
|
ANALYTICS_CONTENT_SORTS,
|
|
93
93
|
AnalyticsRepositoryError,
|
package/dist/bin/api-server.js
CHANGED
|
@@ -15,17 +15,18 @@ function loadDotEnv() {
|
|
|
15
15
|
}
|
|
16
16
|
loadDotEnv();
|
|
17
17
|
async function main() {
|
|
18
|
-
const [{ serve }, { app }, { startWorker }, { migrate }] = await Promise.all([
|
|
18
|
+
const [{ serve }, { app, personalAssistantProductionStartup }, { startWorker }, { migrate }] = await Promise.all([
|
|
19
19
|
import("@hono/node-server"),
|
|
20
|
-
import("../server-
|
|
21
|
-
import("../worker-
|
|
22
|
-
import("../db-
|
|
20
|
+
import("../server-QJUBOH6L.js"),
|
|
21
|
+
import("../worker-VU6JCCLG.js"),
|
|
22
|
+
import("../db-TA567JLA.js")
|
|
23
23
|
]);
|
|
24
24
|
const PORT = parseInt(process.env.PORT ?? "3001");
|
|
25
25
|
try {
|
|
26
|
+
await personalAssistantProductionStartup;
|
|
26
27
|
await migrate();
|
|
27
28
|
if (process.env.ANALYTICS_DATABASE_URL) {
|
|
28
|
-
const { migrateAnalytics } = await import("../analytics-repository-
|
|
29
|
+
const { migrateAnalytics } = await import("../analytics-repository-VEUDEPWI.js");
|
|
29
30
|
await migrateAnalytics();
|
|
30
31
|
}
|
|
31
32
|
startWorker();
|
|
@@ -34,7 +35,7 @@ async function main() {
|
|
|
34
35
|
console.log(`[server] admin auth: ${process.env.ADMIN_KEY ? "configured" : "not configured"}`);
|
|
35
36
|
});
|
|
36
37
|
} catch (err) {
|
|
37
|
-
console.error("[startup]
|
|
38
|
+
console.error("[startup] server preflight failed", err instanceof Error ? err.name : "unknown_error");
|
|
38
39
|
process.exit(1);
|
|
39
40
|
}
|
|
40
41
|
}
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
openWorkflowReport,
|
|
7
7
|
runWorkflow,
|
|
8
8
|
workflowOutputBaseDir
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-VEQPA65D.js";
|
|
10
10
|
import "../chunk-RJ7JVYKU.js";
|
|
11
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-OWF2JJKN.js";
|
|
12
12
|
import "../chunk-VXLU74YZ.js";
|
|
13
13
|
import "../chunk-GGZEC22A.js";
|
|
14
14
|
import {
|
|
15
15
|
PACKAGE_VERSION
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-ATIVTEML.js";
|
|
17
17
|
|
|
18
18
|
// src/cli/human-cli.ts
|
|
19
19
|
import { Command } from "commander";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
runMcpScraperStdio
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-Q54QVYJ2.js";
|
|
5
|
+
import "../chunk-2JF4ECSJ.js";
|
|
6
6
|
import "../chunk-PGJQDMC2.js";
|
|
7
7
|
import "../chunk-DNM65UCK.js";
|
|
8
8
|
import "../chunk-T3MZISOF.js";
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-B6L73AO4.js";
|
|
10
|
+
import "../chunk-VFCUGTCF.js";
|
|
11
11
|
import "../chunk-OM7HVEJ3.js";
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-NGLZ6UJR.js";
|
|
13
|
+
import "../chunk-R4YRH5PG.js";
|
|
14
14
|
import "../chunk-VXLU74YZ.js";
|
|
15
15
|
import "../chunk-GGZEC22A.js";
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-ATIVTEML.js";
|
|
17
|
+
import "../chunk-OU4FV2RP.js";
|
|
18
18
|
|
|
19
19
|
// src/mcp/thorbit-restricted-tool-surface.ts
|
|
20
20
|
var THORBIT_RESTRICTED_TOOL_NAMES = [
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
renderInstallTerminal
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-R4YRH5PG.js";
|
|
5
5
|
import {
|
|
6
6
|
PACKAGE_VERSION
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-ATIVTEML.js";
|
|
8
8
|
|
|
9
9
|
// bin/mcp-scraper-install.ts
|
|
10
10
|
var noColor = process.argv.includes("--no-color") || process.env.NO_COLOR !== void 0 || process.env.FORCE_COLOR === "0" || !process.stdout.isTTY;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
runMcpScraperStdio
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-Q54QVYJ2.js";
|
|
5
|
+
import "../chunk-2JF4ECSJ.js";
|
|
6
6
|
import "../chunk-PGJQDMC2.js";
|
|
7
7
|
import "../chunk-DNM65UCK.js";
|
|
8
8
|
import "../chunk-T3MZISOF.js";
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-B6L73AO4.js";
|
|
10
|
+
import "../chunk-VFCUGTCF.js";
|
|
11
11
|
import "../chunk-OM7HVEJ3.js";
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-NGLZ6UJR.js";
|
|
13
|
+
import "../chunk-R4YRH5PG.js";
|
|
14
14
|
import "../chunk-VXLU74YZ.js";
|
|
15
15
|
import "../chunk-GGZEC22A.js";
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-ATIVTEML.js";
|
|
17
|
+
import "../chunk-OU4FV2RP.js";
|
|
18
18
|
|
|
19
19
|
// bin/mcp-stdio-server.ts
|
|
20
20
|
runMcpScraperStdio();
|
package/dist/bin/paa-harvest.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
harvest
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-UFJJGXVO.js";
|
|
5
5
|
import {
|
|
6
6
|
browserServiceApiKey
|
|
7
7
|
} from "../chunk-OM7HVEJ3.js";
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-NGLZ6UJR.js";
|
|
9
|
+
import "../chunk-OWF2JJKN.js";
|
|
10
|
+
import "../chunk-OU4FV2RP.js";
|
|
11
11
|
|
|
12
12
|
// src/cli.ts
|
|
13
13
|
import { Command } from "commander";
|