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 cc2f570 commit 4e0b508Copy full SHA for 4e0b508
samples/ProtectedMCPServer/Program.cs
@@ -103,9 +103,6 @@
103
// Map MCP endpoints with authorization
104
app.MapMcp();
105
106
-// Configure the server URL
107
-app.Urls.Add("http://localhost:7071");
108
-
109
Console.WriteLine("Starting MCP server with authorization at http://localhost:7071");
110
Console.WriteLine("PRM Document URL: http://localhost:7071/.well-known/oauth-protected-resource");
111
0 commit comments