We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c681f commit 26d7343Copy full SHA for 26d7343
dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs
@@ -300,7 +300,7 @@ public void ConfigureServices(IServiceCollection services)
300
{
301
// SSE endpoints (/sse, /message) require STATEFUL sessions to support server-to-client push
302
transportOptions.Stateless = false;
303
- transportOptions.IdleTimeout = TimeSpan.FromSeconds();
+ transportOptions.IdleTimeout = TimeSpan.FromSeconds(30);
304
GXLogging.Debug(log, "MCP HTTP Transport configured: Stateless=false (SSE enabled), IdleTimeout=10min");
305
});
306
0 commit comments