McpToolOverride constructor

McpToolOverride({
  1. String? descriptionOverride,
  2. String? nameOverride,
  3. McpToolDefinition? snapshot,
  4. String? tool,
})

Implementation

McpToolOverride({
  this.descriptionOverride,
  this.nameOverride,
  this.snapshot,
  this.tool,
});