docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ClientInfo

    MCP client information received via set_client_info command. This is a domain object representing the MCP protocol's client identification.

    Inheritance
    object
    ClientInfo
    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.Models
    Assembly: Unity.AI.MCP.Editor.dll
    Syntax
    [Serializable]
    public class ClientInfo

    Fields

    ConnectionId

    Unique identifier for this client connection

    Declaration
    public string ConnectionId
    Field Value
    Type Description
    string

    Name

    Name of the MCP client application (e.g., "Claude Code", "Cursor")

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Title

    Display title for the client application

    Declaration
    public string Title
    Field Value
    Type Description
    string

    Version

    Version string of the MCP client

    Declaration
    public string Version
    Field 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)