Skip to content

Commit 4d0a126

Browse files
committed
Update Program.cs
1 parent d3591d6 commit 4d0a126

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
@@ -61,7 +61,7 @@
6161
{
6262
var metadata = new ProtectedResourceMetadata
6363
{
64-
Resource = new Uri("http://localhost"),
64+
Resource = new Uri("http://localhost:7071/sse"),
6565
BearerMethodsSupported = { "header" },
6666
ResourceDocumentation = new Uri("https://docs.example.com/api/weather"),
6767
AuthorizationServers = { new Uri($"{instance}{tenantId}/v2.0") }

0 commit comments

Comments
 (0)