{
	"proxy": {
		"apiUrl": "http://127.0.0.1:8082",
		"port": 8080,
		"maxTurns": 100,
		"maxLinesForToolResponsePreview": 25,
		"filterClientReasoningAfterFirstTurn": true,

		"systemPromptProfiles": true,
		"systemPromptPasswords": ["sandbox"],
		"systemPromptTemplates": ["servers/sandbox/config.json:sandbox_system_prompt_fr"],

		"logging": {
			"console": true,
			"serverToProxy": true,
			"proxyToClient": true,
			"resetOnFirstTurn": true,
			"filterClientReasoningAfterFirstTurn": true,
			"debugDir": "/tmp"
		}
	},

	"auth": {
		"enabled": false,
		"clientSecret": ""
	},

	"mcp": {
		"servers": {
			"sandbox": {
				"command": "node",
				"args": ["main.js", "stdio"]
			}
		}
	}
}
