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:
		
							parent
							
								
									4c3486175c
								
							
						
					
					
						commit
						c250341864
					
				| @ -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 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user