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 d3591d6 commit 4d0a126Copy full SHA for 4d0a126
samples/ProtectedMCPServer/Program.cs
@@ -61,7 +61,7 @@
61
{
62
var metadata = new ProtectedResourceMetadata
63
64
- Resource = new Uri("http://localhost"),
+ Resource = new Uri("http://localhost:7071/sse"),
65
BearerMethodsSupported = { "header" },
66
ResourceDocumentation = new Uri("https://docs.example.com/api/weather"),
67
AuthorizationServers = { new Uri($"{instance}{tenantId}/v2.0") }
0 commit comments