Commit dab9d70
committed
feat: improve health check diagnostics for port configuration issues
Enhanced error handling in test_agentic_mcp.py health check to help users
identify common port configuration mistakes:
- Clear distinction between HTTP server port (3000) and SurrealDB port (3004)
- Detailed troubleshooting steps for connection failures
- Example .env configuration showing correct port values
- Helpful commands to verify server status and connectivity
This addresses the common issue where users try to connect to the wrong
port (e.g., 3004 SurrealDB instead of 3000 HTTP server) and get confusing
406 errors with no diagnostic information.1 parent 768795f commit dab9d70
1 file changed
+26
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
325 | 328 | | |
326 | 329 | | |
327 | 330 | | |
328 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
329 | 336 | | |
330 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
331 | 346 | | |
332 | 347 | | |
333 | 348 | | |
334 | 349 | | |
335 | | - | |
336 | | - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
337 | 359 | | |
338 | 360 | | |
339 | 361 | | |
| |||
0 commit comments