graphiti/railway.json
Tyler Lafleur 151c12f806 Fix Railway build: regenerate uv.lock and restore cd commands
- Regenerated mcp_server/uv.lock after dependency changes
- Restored cd commands in railway.json for Railway compatibility
- Ensures lockfile is in sync with pyproject.toml changes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 21:38:24 -05:00

11 lines
No EOL
328 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"buildCommand": "cd mcp_server && uv sync"
},
"deploy": {
"startCommand": "cd mcp_server && python graphiti_mcp_server.py --transport sse --host 0.0.0.0 --port 8080",
"restartPolicyType": "on_failure",
"restartPolicyMaxRetries": 10
}
}