mcpscraper-cli 0.9.0 → 0.9.2
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 +4 -2
- package/dist/bin/cli.js +3946 -3947
- package/package.json +2 -2
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
|
|
5
|
+
The CLI provides friendly shortcuts for common operations plus universal discovery and invocation for every one of the 159 unified MCP tools (72 MCP Scraper plus 87 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
|
|
35
|
+
`tools list` contains exactly 159 manifest-backed names. `tools call` accepts any one of them. Tools marked destructive require `--yes`.
|
|
36
|
+
|
|
37
|
+
Integration connections are included with an active Starter plan or higher and have no extra connection-operation debit in this release. Scheduled occurrences cost 75 Credits; agent-mode runs also add 1.5 times OpenRouter's actual reported cost. Inspect the live policy with `mcpscraper tools call get-schedule-status --args '{}'`.
|
|
36
38
|
|
|
37
39
|
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`.
|
|
38
40
|
|