#!/usr/bin/python3

import sys

from spdk.mcp import server


if __name__ == "__main__":
    sys.exit(server())
