McpClientConfig constructor
const
McpClientConfig({})
Implementation
const McpClientConfig({
required this.name,
required this.version,
this.capabilities = const ClientCapabilities(),
this.maxRetries = 3,
this.retryDelay = const Duration(seconds: 2),
this.requestTimeout = const Duration(seconds: 30),
this.enableDebugLogging = false,
});