mcp-scraper 0.33.3 → 0.33.4
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 +1 -1
- package/dist/bin/api-server.cjs +3 -3
- 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 +3 -3
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/{chunk-3HC5CDGR.js → chunk-ACBNIIBU.js} +4 -4
- package/dist/chunk-ACBNIIBU.js.map +1 -0
- package/dist/chunk-IQ742H22.js +7 -0
- package/dist/chunk-IQ742H22.js.map +1 -0
- package/dist/{server-TZSOVNYN.js → server-LNCSY6ME.js} +3 -3
- package/docs/mcp-tool-manifest.generated.json +4 -4
- package/package.json +1 -1
- package/dist/chunk-3HC5CDGR.js.map +0 -1
- package/dist/chunk-NRODMNA2.js +0 -7
- package/dist/chunk-NRODMNA2.js.map +0 -1
- /package/dist/{server-TZSOVNYN.js.map → server-LNCSY6ME.js.map} +0 -0
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ Build the branded one-click bundle:
|
|
|
88
88
|
npm run build:mcpb
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
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.33.
|
|
91
|
+
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.33.4`, SHA-256 `9444edeec9e9bde429936ed0f9953a84569e17ad37ebbc1b66f7ac05fb40eb96`). Install it by opening or dragging it into Claude Desktop. Claude displays the `MCP Scraper` install card, icon, and API-key configuration field from the bundle manifest.
|
|
92
92
|
|
|
93
93
|
The MCPB install exposes every tool — web-intelligence plus all `browser_*` tools — through the one `mcp-scraper` server.
|
|
94
94
|
|
package/dist/bin/api-server.cjs
CHANGED
|
@@ -29815,7 +29815,7 @@ var PACKAGE_VERSION;
|
|
|
29815
29815
|
var init_version = __esm({
|
|
29816
29816
|
"src/version.ts"() {
|
|
29817
29817
|
"use strict";
|
|
29818
|
-
PACKAGE_VERSION = "0.33.
|
|
29818
|
+
PACKAGE_VERSION = "0.33.4";
|
|
29819
29819
|
}
|
|
29820
29820
|
});
|
|
29821
29821
|
|
|
@@ -30449,7 +30449,7 @@ var init_mcp_tool_schemas = __esm({
|
|
|
30449
30449
|
maxResults: import_zod35.z.number().int().min(1).max(50).default(10).describe("Number of candidates to return. Default 10, maximum 50."),
|
|
30450
30450
|
includeServices: import_zod35.z.boolean().default(false).describe("Open each returned business profile to include its configured services and areas served when available. Adds a page visit per business; does not collect review cards."),
|
|
30451
30451
|
proxyMode: import_zod35.z.enum(["configured", "none"]).default(DEFAULT_MAPS_PROXY_MODE).describe("Leave unset for the default route. Country/region localization comes from the city or region in the query plus gl/hl."),
|
|
30452
|
-
proxyZip: import_zod35.z.string().regex(/^\d{5}$/).optional().describe("Optional US ZIP override
|
|
30452
|
+
proxyZip: import_zod35.z.string().regex(/^\d{5}$/).optional().describe("Optional US ZIP override."),
|
|
30453
30453
|
debug: import_zod35.z.boolean().default(false).describe("Include sanitized browser/proxy diagnostics.")
|
|
30454
30454
|
};
|
|
30455
30455
|
DirectoryWorkflowInputSchema = {
|
|
@@ -30464,7 +30464,7 @@ var init_mcp_tool_schemas = __esm({
|
|
|
30464
30464
|
usZipsCsvPath: import_zod35.z.string().optional().describe("Local/test-only path to a US ZIPS CSV (state_abbr, zipcode, county, city columns). Deployed APIs should use MCP_SCRAPER_USZIPS_CSV_PATH instead. For ZIP enrichment, set MCP_SCRAPER_USZIPS_CSV_PATH on the server, or pass this in local/test mode."),
|
|
30465
30465
|
saveCsv: import_zod35.z.boolean().default(true).describe("Save a directory-ready CSV of results to the MCP Scraper output directory and return its path."),
|
|
30466
30466
|
proxyMode: import_zod35.z.enum(["configured", "none"]).default(DEFAULT_MAPS_PROXY_MODE).describe("Proxy behavior per city search. Leave unset for the default route. Country/region localization comes from the city or region in the query plus gl/hl."),
|
|
30467
|
-
proxyZip: import_zod35.z.string().regex(/^\d{5}$/).optional().describe("Optional ZIP override
|
|
30467
|
+
proxyZip: import_zod35.z.string().regex(/^\d{5}$/).optional().describe("Optional US ZIP override."),
|
|
30468
30468
|
debug: import_zod35.z.boolean().default(false).describe("Include sanitized browser/proxy diagnostics.")
|
|
30469
30469
|
};
|
|
30470
30470
|
ArtifactPointerOutputSchema = import_zod35.z.object({
|