Files
LazyBearWorks/LazyBear.MCP/appsettings.json

11 lines
181 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"ModelContextProtocol": "Debug"
}
},
"AllowedHosts": "*"
}