McpClientConfig

constructor(enabled: Boolean = false, port: Int = DEFAULT_PORT, apiKey: String = "", autoStart: Boolean = true, safetyEnabled: Boolean = true, maxAreaSize: Int = DEFAULT_MAX_AREA_SIZE, allowedCommands: List<String> = DEFAULT_ALLOWED_COMMANDS, maxEntitiesPerCommand: Int = DEFAULT_MAX_ENTITIES, maxBlocksPerCommand: Int = DEFAULT_MAX_BLOCKS, requestTimeoutMs: Int = DEFAULT_TIMEOUT_MS, showToolLogs: Boolean = true)(source)