mcp-scraper 0.2.1 → 0.2.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 CHANGED
@@ -16,14 +16,14 @@ Claude Desktop:
16
16
  "mcpServers": {
17
17
  "mcp-scraper": {
18
18
  "command": "npx",
19
- "args": ["-y", "mcp-scraper@latest"],
19
+ "args": ["-y", "mcp-scraper@latest"],
20
20
  "env": {
21
21
  "MCP_SCRAPER_API_KEY": "sk_live_your_key"
22
22
  }
23
23
  },
24
24
  "browser-agent": {
25
25
  "command": "npx",
26
- "args": ["-y", "-p", "mcp-scraper@latest", "browser-agent"],
26
+ "args": ["-y", "-p", "mcp-scraper@latest", "browser-agent"],
27
27
  "env": {
28
28
  "MCP_SCRAPER_API_KEY": "sk_live_your_key"
29
29
  }
@@ -17082,7 +17082,7 @@ var PACKAGE_VERSION;
17082
17082
  var init_version = __esm({
17083
17083
  "src/version.ts"() {
17084
17084
  "use strict";
17085
- PACKAGE_VERSION = "0.2.1";
17085
+ PACKAGE_VERSION = "0.2.2";
17086
17086
  }
17087
17087
  });
17088
17088