Commit a2c9982
fix(ci): simplify Docker healthcheck to TCP socket probe
HTTP-level healthcheck against /mcp has framing issues. A TCP socket
connection to port 8765 is sufficient to confirm Uvicorn is accepting
connections. The client script handles MCP-level retries itself.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5e48a6f commit a2c9982
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments