()
| 227 | ShellTimeoutSeconds: 30.0, |
| 228 | ShellMaxOutputBytes: 5 * 1024 * 1024, |
| 229 | SandboxBackend: "auto", |
| 230 | WSLSandboxDistro: "LuminaSandbox", |
| 231 | WSLSandboxInstallDir: filepath.Join(homeDir, ".lumina", "wsl-sandbox", "LuminaSandbox"), |
| 232 | WSLSandboxAllowLocalFallback: true, |
| 233 | |
| 234 | MCPEnabled: true, |
| 235 | MCPPingInterval: 30.0, |
| 236 | MCPConnectTimeout: 10.0, |
| 237 | MCPRequestTimeout: 30.0, |
no outgoing calls