I Set a 500ms Timeout and Got 28 Hours
This story is from 2026-09-12. It is preserved in the archive; the latest stories are on the live feed.
I had an MCP server that occasionally hung, so I gave it a short leash: { "mcpServers" : { "flaky" : { "type" : "http" , "url" : "..." , "timeout" : 500 } } } timeout is in milliseconds, so that reads as half a second. Values below 1000 are ignored. The call falls through to MCP_TOOL_TIMEOUT , and…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-12 01:16 · DEV Community — AI
I Set a 500ms Timeout and Got 28 Hours