mirror of
https://github.com/open-webui/mcpo
synced 2025-06-26 18:26:58 +00:00
refac: --path_prefix
This commit is contained in:
@@ -45,10 +45,10 @@ def main(
|
||||
Optional[str], typer.Option("--ssl-certfile", "-t", help="SSL certfile")
|
||||
] = None,
|
||||
ssl_keyfile: Annotated[
|
||||
Optional[str], typer.Option("--ssl-keyfile", "-k", help="SSL keyfile")
|
||||
Optional[str], typer.Option("--ssl-keyfile", "-k", help="SSL keyfile")
|
||||
] = None,
|
||||
path_prefix: Annotated[
|
||||
Optional[str], typer.Option("--path_prefix", "-x", help="URL prefix")
|
||||
Optional[str], typer.Option("--path-prefix", help="URL prefix")
|
||||
] = None,
|
||||
):
|
||||
server_command = None
|
||||
|
||||
Reference in New Issue
Block a user