{
	"auth": {
		"mode": "oauth+static",
		"clientId": "pascal",
		"clientSecret": "test",
		"password": "test",
		"staticToken": "test"
	},
	"streamable_http": {
		"host": "127.0.0.1",
		"port": 8083
	},
	"websocket": {
		"host": "127.0.0.1",
		"port": 8084
	},
	"mcp": {
		"protocolVersion": "2025-06-18",
		"serverName": "mcp-sandbox",
		"serverVersion": "1.0.0",
		"serverIcons": [
			{
				"src": "https://www.serveurperso.com/favicon-light.png",
				"mimeType": "image/png",
				"theme": "light"
			},
			{
				"src": "https://www.serveurperso.com/favicon-dark.png",
				"mimeType": "image/png",
				"theme": "dark"
			}
		]
	}
}
