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