McpListTools constructor

const McpListTools({
  1. required String id,
  2. required String serverLabel,
  3. required List<MCPListToolItem> tools,
  4. String? error,
})

Implementation

const McpListTools({
  required this.id,
  required this.serverLabel,
  required this.tools,
  this.error,
}) : super('mcp_list_tools');