Skip to content

Commit ad67907

Browse files
fix(deploy): use remote-server for Railway deployment
Start remote MCP server with HTTP/SSE transport instead of stdio server. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2699e5a commit ad67907

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

railway.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
builder = "nixpacks"
33

44
[deploy]
5-
startCommand = "npm run start"
5+
startCommand = "node dist/integrations/mcp/remote-server.js $PORT ."
66
healthcheckPath = "/health"
7-
healthcheckTimeout = 100
7+
healthcheckTimeout = 300
88
restartPolicyType = "on_failure"
99
restartPolicyMaxRetries = 3
1010

1111
[env]
1212
NODE_ENV = "production"
13-
PORT = "3000"

0 commit comments

Comments
 (0)