We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdbb30 commit ecb7511Copy full SHA for ecb7511
1 file changed
src/backend/Sudoku.McpServer/Program.cs
@@ -17,7 +17,7 @@
17
// ---------------------------------------------------------------------------
18
builder.Services
19
.AddMcpServer()
20
- .WithHttpTransport()
+ .WithHttpTransport(options => options.Stateless = true)
21
.WithTools<ApplicationInsightsTools>();
22
23
builder.Services.AddHealthChecks();
0 commit comments