mcp-scraper 0.2.17 → 0.2.18
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 +5 -3
- package/dist/bin/api-server.cjs +1 -1
- 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 +1 -1
- 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 +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 +1 -1
- 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 +4 -3
- package/dist/bin/mcp-scraper-install.cjs.map +1 -1
- package/dist/bin/mcp-scraper-install.js +4 -3
- package/dist/bin/mcp-scraper-install.js.map +1 -1
- package/dist/bin/mcp-stdio-server.cjs +1 -1
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +2 -2
- package/dist/chunk-M5SAUO4K.js +7 -0
- package/dist/chunk-M5SAUO4K.js.map +1 -0
- package/dist/{chunk-ZA7IZZKN.js → chunk-P5PLQU3H.js} +2 -2
- package/dist/{chunk-BYF7HTLJ.js → chunk-RJMCASQH.js} +2 -2
- package/dist/{server-AK3UME3Y.js → server-VVY5K44O.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-NZG2K6CJ.js +0 -7
- package/dist/chunk-NZG2K6CJ.js.map +0 -1
- /package/dist/{chunk-ZA7IZZKN.js.map → chunk-P5PLQU3H.js.map} +0 -0
- /package/dist/{chunk-BYF7HTLJ.js.map → chunk-RJMCASQH.js.map} +0 -0
- /package/dist/{server-AK3UME3Y.js.map → server-VVY5K44O.js.map} +0 -0
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Run this when you want the designed terminal install experience:
|
|
|
22
22
|
npx -y -p mcp-scraper@latest mcp-scraper-install
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
It prints the MCP Scraper banner, loaded tool groups, Desktop Extension download, Claude Code command, and Codex config. The MCP server commands stay silent so stdout remains valid JSON-RPC for MCP clients.
|
|
25
|
+
It prints the MCP Scraper banner, loaded tool groups, Desktop Extension download, Claude Code command, and Codex config. This is the command to use when you want the ASCII terminal card. The MCP server commands, including `mcp-scraper-combined`, stay silent so stdout remains valid JSON-RPC for MCP clients.
|
|
26
26
|
|
|
27
27
|
### Human CLI
|
|
28
28
|
|
|
@@ -81,7 +81,7 @@ Build the branded one-click bundle:
|
|
|
81
81
|
npm run build:mcpb
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
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.2.
|
|
84
|
+
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.2.18`, SHA-256 `3b94a39bf23712005a1a04accdefcf3ee24978995033b92e4488390d47350ea0`). 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.
|
|
85
85
|
|
|
86
86
|
The MCPB install exposes the same web-intelligence tools as `mcp-scraper` plus all `browser_*` tools from `browser-agent` through one server.
|
|
87
87
|
|
|
@@ -223,6 +223,8 @@ Recommended config for update-friendly installs:
|
|
|
223
223
|
npx -y -p mcp-scraper@latest mcp-scraper-combined
|
|
224
224
|
```
|
|
225
225
|
|
|
226
|
+
This is an MCP stdio server command, not a human-facing terminal UI. If you run it directly, it appears to hang because it is waiting for JSON-RPC input from the MCP client. Use `npx -y -p mcp-scraper@latest mcp-scraper-install` when you want the visible installer and ASCII card.
|
|
227
|
+
|
|
226
228
|
Split-server config:
|
|
227
229
|
|
|
228
230
|
```bash
|
|
@@ -241,7 +243,7 @@ Users who do not update can keep using the tools their local package already adv
|
|
|
241
243
|
|
|
242
244
|
## Branded One-Click Installs
|
|
243
245
|
|
|
244
|
-
Raw `npx` MCP server installs are command/config based. They do not provide a reliable user-facing install card, logo, or setup screen inside MCP clients. Use `mcp-scraper-install` for terminal onboarding text. Do not print marketing text to stdout from an MCP server; stdout is reserved for JSON-RPC protocol messages.
|
|
246
|
+
Raw `npx` MCP server installs are command/config based. They do not provide a reliable user-facing install card, logo, or setup screen inside MCP clients. Use `mcp-scraper-install` for terminal onboarding text and the ASCII card. Do not print marketing text to stdout from an MCP server; stdout is reserved for JSON-RPC protocol messages.
|
|
245
247
|
|
|
246
248
|
For a branded Claude Desktop install, package MCP Scraper as an MCPB Desktop Extension. The repository now builds one combined MCPB bundle with a generated icon, `manifest.json`, bundled runtime dependencies, and `user_config` fields for API-key setup, API URL, and output folder.
|
|
247
249
|
|
package/dist/bin/api-server.cjs
CHANGED
|
@@ -20433,7 +20433,7 @@ var PACKAGE_VERSION;
|
|
|
20433
20433
|
var init_version = __esm({
|
|
20434
20434
|
"src/version.ts"() {
|
|
20435
20435
|
"use strict";
|
|
20436
|
-
PACKAGE_VERSION = "0.2.
|
|
20436
|
+
PACKAGE_VERSION = "0.2.18";
|
|
20437
20437
|
}
|
|
20438
20438
|
});
|
|
20439
20439
|
|