McpCall constructor
const
McpCall({})
Implementation
const McpCall({
required this.id,
required this.name,
required this.arguments,
required this.serverLabel,
this.error,
this.output,
}) : super('mcp_call');