Skip to content

Mcp

Drive the library from an MCP server.

run()

Run the server.

Source code in src/sportsbet/mcp/_server.py
537
538
539
def run() -> None:
    """Run the server."""
    server.run()