McpToolOverride constructor
McpToolOverride({
- String? descriptionOverride,
- String? nameOverride,
- McpToolDefinition? snapshot,
- String? tool,
Implementation
McpToolOverride({
this.descriptionOverride,
this.nameOverride,
this.snapshot,
this.tool,
});