Class McpToolRegistry.ToolChangeEventArgs
Event arguments for tool changes. Provides information about what changed in the tool registry.
Inherited Members
Namespace: Unity.AI.MCP.Editor.ToolRegistry
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public class McpToolRegistry.ToolChangeEventArgs
Properties
ChangeType
Gets the type of change that occurred (Added, Removed, Updated, or Refreshed).
Declaration
public McpToolRegistry.ToolChangeType ChangeType { get; }
Property Value
| Type | Description |
|---|---|
| McpToolRegistry.ToolChangeType |
ToolName
Gets the name of the tool that changed, or null for Refreshed events.
Declaration
public string ToolName { get; }
Property Value
| Type | Description |
|---|---|
| string |