- Create custom Dockerfile to properly build and deploy MCP server - Simplify railway.json to rely on Dockerfile configuration - Ensure mcp_server directory and dependencies are correctly handled - Set proper PYTHONPATH and port configuration for Railway 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
No EOL
150 B
JSON
7 lines
No EOL
150 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"deploy": {
|
|
"restartPolicyType": "on_failure",
|
|
"restartPolicyMaxRetries": 10
|
|
}
|
|
} |