Skip to content

Commit 8d79c6e

Browse files
CopilotPederHP
andcommitted
Fix namespace references in appsettings.json
Co-authored-by: PederHP <127606677+PederHP@users.noreply.github.com>
1 parent a2a9499 commit 8d79c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/AspNetCoreMcpPerSessionTools/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"LogLevel": {
44
"Default": "Information",
55
"Microsoft.AspNetCore": "Warning",
6-
"AspNetCoreMcpServerPerUserTools": "Debug"
6+
"AspNetCoreMcpPerSessionTools": "Debug"
77
}
88
},
99
"AllowedHosts": "*"

0 commit comments

Comments
 (0)