1 2 3 4 5 6
"""Entry point for `python -m ntomb_mcp`""" from .server import mcp if __name__ == "__main__": mcp.run()