docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class McpToolRegistry.ToolChangeEventArgs

    Event arguments for tool changes. Provides information about what changed in the tool registry.

    Inheritance
    object
    McpToolRegistry.ToolChangeEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)