From 5f88a7d5f0c6b23bf9f9147b99b91a0e2138897d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDilvinas?= <159907476+sakanamk@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:29:50 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bf9e3d..6ec70f7 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ scraping infrastructure from scratch. Common scenarios: 2. **Get your API key.** Obtain a Web Scraping API basic authentication token from the dashboard. 3. **Download Node.js 18+** from https://nodejs.org. 4. **Get MCP client** like Claude Desktop, Curson, Windsurf or other MCP-compatible - tools.. + tools. 5. **Configure the MCP server** in your AI client (see configuration examples below). ## Connecting to [Decodo's MCP server](https://mcp.decodo.com/mcp) @@ -165,7 +165,7 @@ git clone https://github.com/Decodo/mcp-server 2. Run the following commands in the terminal: ``` -cd decodo-mcp-server +cd mcp-server npm install npm run build ```