Enum McpToolRegistry.ToolChangeType
Specifies the type of change that occurred in the tool registry.
Namespace: Unity.AI.MCP.Editor.ToolRegistry
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public enum McpToolRegistry.ToolChangeType
Fields
| Name | Description |
|---|---|
| Added | A new tool was added to the registry. |
| Refreshed | All tools were rediscovered (registry was refreshed). |
| Removed | A tool was removed from the registry. |
| Updated | An existing tool was modified or its availability changed. |