Fix chrome user data dir problem (#2503)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import asyncio
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
@@ -12,6 +13,7 @@ from mcp.server.fastmcp import FastMCP
|
||||
from rich.panel import Panel
|
||||
from rich.prompt import Confirm
|
||||
|
||||
from skyvern.cli.utils import start_services
|
||||
from skyvern.config import settings
|
||||
from skyvern.library.skyvern import Skyvern
|
||||
from skyvern.utils import detect_os
|
||||
@@ -153,6 +155,12 @@ def run_ui() -> None:
|
||||
return
|
||||
|
||||
|
||||
@run_app.command(name="all")
|
||||
def run_all() -> None:
|
||||
"""Run the Skyvern API server and UI server in parallel."""
|
||||
asyncio.run(start_services())
|
||||
|
||||
|
||||
@run_app.command(name="mcp")
|
||||
def run_mcp() -> None:
|
||||
"""Run the MCP server."""
|
||||
|
||||
Reference in New Issue
Block a user