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