NativeMCPToolConfigOutput constructor
const
NativeMCPToolConfigOutput({})
Implementation
const NativeMCPToolConfigOutput({
this.id,
required this.name,
required this.description,
this.responseTimeoutSecs,
this.type,
this.parameters,
required this.mcpToolName,
required this.mcpServerId,
this.approvalMode,
});