mcp-scraper 0.44.2 → 0.44.3

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.
@@ -12,7 +12,7 @@ import {
12
12
  registerScheduledResultsMcpTools,
13
13
  registerSerpIntelligenceCaptureTools,
14
14
  resolveDeploymentProfile
15
- } from "../chunk-M27QGXUM.js";
15
+ } from "../chunk-2SE4GYCS.js";
16
16
  import "../chunk-2K74LVV7.js";
17
17
  import "../chunk-BBI7RGOT.js";
18
18
  import "../chunk-T5AFM4G5.js";
@@ -21,7 +21,7 @@ import {
21
21
  } from "../chunk-GRODXRUY.js";
22
22
  import {
23
23
  PACKAGE_VERSION
24
- } from "../chunk-OEW4VBS2.js";
24
+ } from "../chunk-32Z52OE4.js";
25
25
  import "../chunk-X5WDJ7D7.js";
26
26
  import "../chunk-5UN33CGU.js";
27
27
  import "../chunk-5X7CJEK3.js";
@@ -21,7 +21,7 @@ import {
21
21
  } from "./chunk-T5AFM4G5.js";
22
22
  import {
23
23
  PACKAGE_VERSION
24
- } from "./chunk-OEW4VBS2.js";
24
+ } from "./chunk-32Z52OE4.js";
25
25
  import {
26
26
  MC_PER_CREDIT
27
27
  } from "./chunk-X5WDJ7D7.js";
@@ -473,6 +473,8 @@ Multi-step orchestrations \u2014 prefer these over hand-chaining primitives when
473
473
  publishes automatically. Never supply owner-authored services, reviews, images, or other public claims.
474
474
  - Read progress and the compiled record with **local_sourcebook_submission_status**. Use
475
475
  **local_sourcebook_refresh** only when the owner intentionally wants to pay for a new acquisition pass.
476
+ - Capture and status responses return \`publicUrls.profileUrl\` and \`publicUrls.reviewsUrl\`. Always give those
477
+ exact links to the user; do not report a listing as live without including its clickable profile URL.
476
478
  - The last published revision remains public during refresh. Administrators can reject or unpublish an
477
479
  exceptional record, but routine subscriber publication does not require administrator review.
478
480
 
@@ -7943,7 +7945,7 @@ function registerPaaExtractorMcpTools(server, executor, options = {}) {
7943
7945
  }, async (input) => formatDirectoryWorkflow(await executor.directoryWorkflowStatus(input), input, ctx));
7944
7946
  server.registerTool("get-local-sourcebook-contract", {
7945
7947
  title: "Get Local Sourcebook Contract",
7946
- description: "Read the governed listing purpose, supported categories, canonical profile/review routes, required sections, acquisition limits, tag policy, ownership boundary, and admin-only publication rule. Call this before composing a listing when its required shape is uncertain.",
7948
+ description: "Read the governed listing purpose, supported categories, exact LocalSourcebook.com profile/review URLs, nationwide directory URL, required sections, acquisition limits, tag policy, ownership boundary, and automatic evidence-publication rule. Call this before composing a listing when its required shape is uncertain.",
7947
7949
  inputSchema: GetLocalSourcebookContractInputSchema,
7948
7950
  outputSchema: recordOutputSchema("get-local-sourcebook-contract", LocalSourcebookOutputSchema),
7949
7951
  annotations: localPlanningToolAnnotations("Get Local Sourcebook Contract")
@@ -7978,14 +7980,14 @@ function registerPaaExtractorMcpTools(server, executor, options = {}) {
7978
7980
  }, async (input) => executor.validateLocalSourcebookWrite(input));
7979
7981
  server.registerTool("local-sourcebook-capture", {
7980
7982
  title: "Capture Governed Local Sourcebook Listing",
7981
- description: "Strict owner-scoped write path after list, contract, prepare, and validate. Capture registers canonical tags and queues paid website, exact-place, review, service-area, staff, and genuine-media acquisition. A successful system-compiled evidence revision publishes automatically; owner-authored public claims are not accepted.",
7983
+ description: "Strict owner-scoped write path after list, contract, prepare, and validate. Capture registers canonical tags, returns the exact LocalSourcebook.com profile and reviews URLs, and queues paid website, exact-place, review, service-area, staff, and genuine-media acquisition. A successful system-compiled evidence revision publishes automatically; owner-authored public claims are not accepted.",
7982
7984
  inputSchema: LocalSourcebookCaptureInputSchema,
7983
7985
  outputSchema: recordOutputSchema("local-sourcebook-capture", LocalSourcebookOutputSchema),
7984
7986
  annotations: liveWebToolAnnotations("Capture Governed Local Sourcebook Listing")
7985
7987
  }, async (input) => executor.localSourcebookCapture(input));
7986
7988
  server.registerTool("local_sourcebook_submission_status", {
7987
7989
  title: "Local Sourcebook Submission Status",
7988
- description: "Read the authenticated caller\u2019s listing draft, enrichment coverage, immutable revision number, and publication state.",
7990
+ description: "Read the authenticated caller\u2019s listing draft, enrichment coverage, immutable revision number, publication state, and exact live LocalSourcebook.com profile and reviews URLs.",
7989
7991
  inputSchema: LocalSourcebookSubmissionStatusInputSchema,
7990
7992
  outputSchema: recordOutputSchema("local_sourcebook_submission_status", LocalSourcebookOutputSchema),
7991
7993
  annotations: localPlanningToolAnnotations("Local Sourcebook Submission Status")
@@ -13236,4 +13238,4 @@ export {
13236
13238
  ScheduledResultsMcpExecutor,
13237
13239
  registerScheduledResultsMcpTools
13238
13240
  };
13239
- //# sourceMappingURL=chunk-M27QGXUM.js.map
13241
+ //# sourceMappingURL=chunk-2SE4GYCS.js.map