diff --git a/railway.json b/railway.json index 757e1243..14755d0b 100644 --- a/railway.json +++ b/railway.json @@ -4,7 +4,7 @@ "buildCommand": "cd mcp_server && uv sync" }, "deploy": { - "startCommand": "cd mcp_server && PORT=8080 uv run graphiti_mcp_server.py --transport sse --host 0.0.0.0 --port 8080", + "startCommand": "cd mcp_server && python graphiti_mcp_server.py --transport sse --host 0.0.0.0 --port 8080", "restartPolicyType": "on_failure", "restartPolicyMaxRetries": 10 }