7 lines
133 B
Python
7 lines
133 B
Python
from .mcp import setup_mcp
|
|
|
|
|
|
def setup_mcp_command() -> None:
|
|
"""Wrapper command to configure the MCP server."""
|
|
setup_mcp()
|