Spaces:
Paused
Paused
File size: 160 Bytes
4386283 | 1 2 3 4 5 6 7 8 | #!/bin/bash
# Start any background MCP servers if needed
# For now, the agent in app.py handles starting them via stdio.
# Start the Gradio app
python app.py
|