From b227583e5fd58fb55a409d2b079925013dfab855 Mon Sep 17 00:00:00 2001 From: yetval Date: Fri, 15 May 2026 09:35:04 -0400 Subject: [PATCH] docs: fix Docker image name in MCP example --- docs/ai/mcp-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai/mcp-server.md b/docs/ai/mcp-server.md index 534c525..0ab72b5 100644 --- a/docs/ai/mcp-server.md +++ b/docs/ai/mcp-server.md @@ -129,7 +129,7 @@ If you are using the Docker image, then it would be something like "ScraplingServer": { "command": "docker", "args": [ - "run", "-i", "--rm", "scrapling", "mcp" + "run", "-i", "--rm", "pyd4vinci/scrapling", "mcp" ] } }