docs: fix Docker image name in MCP example
This commit is contained in:
@@ -129,7 +129,7 @@ If you are using the Docker image, then it would be something like
|
|||||||
"ScraplingServer": {
|
"ScraplingServer": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"run", "-i", "--rm", "scrapling", "mcp"
|
"run", "-i", "--rm", "pyd4vinci/scrapling", "mcp"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user