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" ] } }