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 +0 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
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.", {
|