Skip to content

Commit 0de8556

Browse files
committed
Fix MCP health check port in custom-base-port workflow
Custom port prefix is 67 so MCP runs on 6744, not 6742.
1 parent 8b299b4 commit 0de8556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-custom-base-port-api-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
run: pnpm run start:mcp --log-order=stream &
125125
wait-on: |
126-
http://localhost:6742/health
126+
http://localhost:6744/health
127127
tail: true
128128
wait-for: 30s
129129
log-output-if: true

0 commit comments

Comments
 (0)