Commit 0293a7f
Disable Kestrel timeouts for MCP server SSE connections
Configure Kestrel to never timeout long-lived Server-Sent Events
connections used by MCP. This prevents sessions from closing after
a few hours of inactivity.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f4fcffd commit 0293a7f
File tree
1 file changed
+11
-0
lines changed- src/PostSharp.Engineering.BuildTools/Mcp
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
78 | 89 | | |
79 | 90 | | |
80 | 91 | | |
| |||
0 commit comments