Commit e431a29
committed
docs(codex): explain two-layer external-MCP smoke resilience
Document why grep stays in TRANSIENT_EXTERNAL_MCP_SERVERS (in-probe graceful skip) AND is passed via --skip-server in CI: the MCP client's anyio cancel scope can raise during event-loop shutdown after _main_async returns, outside every per-server handler, so unreachable hosted/localhost MCPs are skipped in CI by policy while staying statically validated. Prevents a future regression that drops either layer and reintroduces the shutdown crash.
No behavior change (comment only).1 parent a47a32c commit e431a29
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
| |||
0 commit comments