Documentation
¶
Overview ¶
Smoke test that proves the per-server timeout fix end-to-end. Spawns `leanproxy-mcp server run --stdio` against a fake slow stdio child ("slowfake" that sleeps 45s before replying to tools/call), configured with `timeout: 60s`. After the fix the request should be in-flight for >30s (the old hardcoded default) and the leanproxy-mcp process should still be alive at the 35s mark. Before the fix, leanproxy-mcp would have errored out at exactly 30s.
Run: go run ./tests/manual/slowstdio_smoketest.go
Click to show internal directories.
Click to hide internal directories.