supervisord.conf[supervisord] nodaemon=true [program:sequential_thinking] command=npx -y @modelcontextprotocol/server-sequential-thinking --port 8080 directory=/app stdout_logfile=/dev/stdout stderr_logfile=/dev/stderr autostart=true autorestart=true startretries=3 [program:ui] command=python3 app.py directory=/app stdout_logfile=/dev/stdout stderr_logfile=/dev/stderr autostart=true autorestart=true startretries=3