McpServerToolCallContent constructor
McpServerToolCallContent({})
Creates a new McpServerToolCallContent.
Implementation
McpServerToolCallContent({
required this.callId,
required this.toolName,
this.serverName,
this.arguments,
super.rawRepresentation,
super.additionalProperties,
});