SiddanthEmani
Updated
c379677
from client import demo, cleanup
if __name__ == "__main__":
try:
demo.launch(mcp_server=True)
finally:
cleanup()