scrape-do-mcp 0.1.1 → 0.1.3

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
@@ -29,10 +29,6 @@ Add to your `~/.claude.json`:
29
29
 
30
30
  Get your free API token at: https://app.scrape.do
31
31
 
32
- ### Smithery.ai
33
-
34
- You can also install via [Smithery.ai](https://smithery.ai) for一键安装.
35
-
36
32
  ## Usage
37
33
 
38
34
  ### scrape_url
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ const SCRAPE_DO_TOKEN = process.env.SCRAPE_DO_TOKEN || "";
12
12
  const SCRAPE_API_BASE = "https://api.scrape.do";
13
13
  const server = new mcp_js_1.McpServer({
14
14
  name: "scrape-do-mcp",
15
- version: "0.1.0",
15
+ version: "0.1.3",
16
16
  });
17
17
  // ─── Tool 1: scrape_url ──────────────────────────────────────────────────────
18
18
  server.tool("scrape_url", "Scrape any webpage and return its content as Markdown. Automatically bypasses Cloudflare, WAFs, CAPTCHAs, and anti-bot protection. Supports JavaScript-rendered pages.", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scrape-do-mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "MCP Server for Scrape.do - Web Scraping & Google Search with anti-bot bypass",
5
5
  "main": "dist/index.js",
6
6
  "bin": {