Skip to content

Commit cc2f570

Browse files
localdenhalter73
andauthored
Update samples/ProtectedMCPServer/Program.cs
Co-authored-by: Stephen Halter <[email protected]>
1 parent a0486d3 commit cc2f570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ProtectedMCPServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
Console.WriteLine();
120120
Console.WriteLine("Press Ctrl+C to stop the server");
121121

122-
await app.RunAsync();
122+
app.Run("http://localhost:7071/");
123123

124124
// Simple auth handler that accepts any non-empty token for testing
125125
// In a real app, you'd use a JWT handler or other proper authentication

0 commit comments

Comments
 (0)