fix: correct http option type in the mcp server

This commit is contained in:
Karim shoair
2025-09-28 21:19:51 +03:00
parent 6f0ce428aa
commit 2bad72b77a
+1 -1
View File
@@ -138,7 +138,7 @@ def install(force): # pragma: no cover
@command(help="Run Scrapling's MCP server (Check the docs for more info).")
@option(
"--http",
type=bool,
is_flag=True,
default=False,
help="Whether to run the MCP server in streamable-http transport or leave it as stdio (Default: False)",
)