Minecraft-Console-Client/DebugTools/MccMcpWebPlayground/appsettings.Development.json

15 lines
293 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
2026-04-01 12:49:07 +02:00
},
"MccWebHarness": {
"AllowFallbacks": false,
"DisableParallelToolCalls": true,
"ExposeInventoryWindowAction": false,
"ExposeInternalCommandTool": false
}
}