{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Mcp": { "Server": { "Name": "CodexMcpServer", "Version": "1.0.0", "Description": "CODEX MCP Server - Exposes CODEX tools via Model Context Protocol" }, "Transport": { "Type": "Http", "Port": 5050 }, "Codex": { "ApiBaseUrl": "http://localhost:5099", "Timeout": "00:00:30" } } }