{ "$schema": "https://railway.app/railway.schema.json", "build": { "builder": "dockerfile", "dockerfilePath": "Dockerfile" }, "deploy": { "startCommand": "uv run graphiti_mcp_server.py --transport sse", "restartPolicyType": "on_failure", "restartPolicyMaxRetries": 10 } }