docs: fix Docker image name in MCP example

This commit is contained in:
yetval
2026-05-15 09:35:04 -04:00
parent 9ee35014fe
commit b227583e5f
+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"
]
}
}