mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Improved the Web Based Harness
This commit is contained in:
parent
c3c57c058a
commit
ee6eb84bd8
19 changed files with 2799 additions and 2202 deletions
|
|
@ -5,5 +5,20 @@
|
|||
"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": "*"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue