- Update railway.json to use absolute paths instead of cd commands - Remove duplicate graphiti-core dependency from mcp_server/pyproject.toml - Configure proper PYTHONPATH for Railway deployment context 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
No EOL
360 B
JSON
11 lines
No EOL
360 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"buildCommand": "uv sync --directory mcp_server"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "PYTHONPATH=/app/mcp_server python /app/mcp_server/graphiti_mcp_server.py --transport sse --host 0.0.0.0 --port 8080",
|
|
"restartPolicyType": "on_failure",
|
|
"restartPolicyMaxRetries": 10
|
|
}
|
|
} |