@scrapi.ai/mcp-server 2.0.4 → 2.0.5

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@
19
19
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
20
20
  </p>
21
21
 
22
- **⚡ Fast & Reliable** — Built on 7+ years of web scraping expertise, 1,900+ production crawlers, and battle-tested anti-bot handling.
22
+ **⚡ Fast & Reliable** — Built on 8+ years of web scraping expertise, 1,900+ production crawlers, and battle-tested anti-bot handling.
23
23
 
24
24
  ## What is this?
25
25
 
@@ -684,7 +684,7 @@ export class ExampleApiClient {
684
684
 
685
685
  ## Why Scrapi?
686
686
 
687
- Built by the team behind [Scrapi](https://scrapi.ai), with 7+ years of web scraping experience:
687
+ Built by the team behind [Scrapi](https://scrapi.ai), with 8+ years of web scraping experience:
688
688
 
689
689
  - ✅ 1,900+ production crawlers
690
690
  - ✅ JavaScript rendering support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrapi.ai/mcp-server",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Scrapi MCP Server - Web scraping for AI agents. Bypass anti-bot systems and get clean, LLM-ready content via MCP protocol.",
5
5
  "mcpName": "io.github.bamchi/scrapi",
6
6
  "type": "module",