#!/bin/bash # Docker Startup Script for MCP Server and Open Code # This script launches the MCP server in background and starts Open Code in interactive mode echo "Starting MCP server in background..." python3 PMOCrazyCoder.py >/log/server.log 2>&1 & # Give the server a moment to start sleep 3 echo "Starting Open Code in interactive mode..." opencode