@scrapi.ai/mcp-server 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +20 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,23 @@
1
- # 🔗 Scrapi MCP Server
2
-
3
- [한국어](README-KO.md)
4
-
5
- > MCP server that converts URLs to clean Markdown/Text for LLM agents
6
-
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1
+ <p align="center">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark-horizontal.png">
4
+ <source media="(prefers-color-scheme: light)" srcset="assets/logo-white-horizontal.png">
5
+ <img alt="Scrapi AI" src="assets/logo-white-horizontal.png" width="360">
6
+ </picture>
7
+ </p>
8
+
9
+ <h3 align="center">MCP server that converts URLs to clean Markdown/Text for LLM agents</h3>
10
+
11
+ <p align="center">
12
+ <a href="README-KO.md">한국어</a> ·
13
+ <a href="https://scrapi.ai">Website</a> ·
14
+ <a href="https://scrapi.ai/dashboard">Dashboard</a>
15
+ </p>
16
+
17
+ <p align="center">
18
+ <a href="https://www.npmjs.com/package/@scrapi.ai/mcp-server"><img src="https://img.shields.io/npm/v/@scrapi.ai/mcp-server.svg" alt="npm version"></a>
19
+ <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
20
+ </p>
8
21
 
9
22
  **⚡ Fast & Reliable** — Built on 7+ years of web scraping expertise, 1,900+ production crawlers, and battle-tested anti-bot handling.
10
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrapi.ai/mcp-server",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
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
  "type": "module",
6
6
  "main": "dist/index.js",