added py 3.13 and splited the cli and suport for windows and better port handling (#2404)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fa81d0292b
commit
ad2ea8d069
6
skyvern/cli/setup_commands.py
Normal file
6
skyvern/cli/setup_commands.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .mcp import setup_mcp
|
||||
|
||||
|
||||
def setup_mcp_command() -> None:
|
||||
"""Wrapper command to configure the MCP server."""
|
||||
setup_mcp()
|
||||
Reference in New Issue
Block a user