docs: fix Docker image name in MCP example (#283)

This commit is contained in:
Karim shoair
2026-05-16 03:42:13 +03:00
committed by GitHub
+1 -1
View File
@@ -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"
]
}
}