Skip to content

Commit ecb7511

Browse files
authored
Enable stateless mode on MCP HTTP transport (#265)
1 parent efdbb30 commit ecb7511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/Sudoku.McpServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// ---------------------------------------------------------------------------
1818
builder.Services
1919
.AddMcpServer()
20-
.WithHttpTransport()
20+
.WithHttpTransport(options => options.Stateless = true)
2121
.WithTools<ApplicationInsightsTools>();
2222

2323
builder.Services.AddHealthChecks();

0 commit comments

Comments
 (0)