AiMcpClient constructor

AiMcpClient({
  1. String name = 'Example Client',
  2. String version = '1.0.0',
  3. bool enableDebugLogging = true,
})

Implementation

AiMcpClient({this.name = 'Example Client', this.version = '1.0.0', this.enableDebugLogging = true});