Files
Dorod-Sky/skyvern/cli/setup_commands.py

7 lines
133 B
Python
Raw Normal View History

from .mcp import setup_mcp
def setup_mcp_command() -> None:
"""Wrapper command to configure the MCP server."""
setup_mcp()