mcpscraper-cli 0.7.0 → 0.9.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.
Files changed (3) hide show
  1. package/README.md +4 -2
  2. package/dist/bin/cli.js +724 -521
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Command-line interface for [mcpscraper.dev](https://mcpscraper.dev) and [memory.mcpscraper.dev](https://memory.mcpscraper.dev).
4
4
 
5
- The CLI provides friendly shortcuts for common operations plus universal discovery and invocation for every one of the 157 unified MCP tools (72 MCP Scraper plus 85 mirrored memory tools).
5
+ The CLI provides friendly shortcuts for common operations plus universal discovery and invocation for every one of the 158 unified MCP tools (73 MCP Scraper plus 85 mirrored memory tools).
6
6
 
7
7
  ## Install
8
8
 
@@ -32,7 +32,9 @@ mcpscraper tools call describe_service_connection_tool --args '{"connectionId":"
32
32
  mcpscraper tools call renew_connected_data_download --args '{"artifactId":"artifact_123"}' --json
33
33
  ```
34
34
 
35
- `tools list` contains exactly 157 manifest-backed names. `tools call` accepts any one of them. Tools marked destructive require `--yes`.
35
+ `tools list` contains exactly 158 manifest-backed names. `tools call` accepts any one of them. Tools marked destructive require `--yes`.
36
+
37
+ When a tool returns inline MCP media, the CLI writes each block to a private local file and prints its path instead of dumping base64. Use `--media-dir <path>` to choose the destination; the default is `~/Downloads/mcp-scraper`.
36
38
 
37
39
  ### `mcpscraper search <query>`
38
40