Class ClientInfo
MCP client information received via set_client_info command. This is a domain object representing the MCP protocol's client identification.
Inherited Members
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 |