mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
24 lines
650 B
JSON
24 lines
650 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"MccWebHarness": {
|
|
"OpenRouterBaseUrl": "https://openrouter.ai/api/v1",
|
|
"McpEndpoint": "http://127.0.0.1:33333/mcp",
|
|
"MaxTurns": 48,
|
|
"MaxToolCalls": 120,
|
|
"MaxWallClockSeconds": 240,
|
|
"SoftFinishRemainingTurns": 3,
|
|
"SoftFinishRemainingToolCalls": 8,
|
|
"SoftFinishRemainingSeconds": 30,
|
|
"RequireProviderParameters": true,
|
|
"AllowFallbacks": false,
|
|
"DisableParallelToolCalls": true,
|
|
"ExposeInventoryWindowAction": false,
|
|
"ExposeInternalCommandTool": false
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|