Skip to content

Commit 2040364

Browse files
Update tests/ModelContextProtocol.ConformanceServer/Program.cs
1 parent b7a3c07 commit 2040364

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • tests/ModelContextProtocol.ConformanceServer

tests/ModelContextProtocol.ConformanceServer/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public static async Task MainAsync(string[] args, ILoggerProvider? loggerProvide
9494

9595
app.MapMcp();
9696

97-
// Return plain string to avoid JSON serialization issues when reflection is disabled
9897
app.MapGet("/health", () => "Healthy");
9998

10099
await app.RunAsync(cancellationToken);

0 commit comments

Comments
 (0)