Struct ToolSettingsEntry
A tool entry enriched with settings state, used by the settings UI.
Inherited Members
Namespace: Unity.AI.MCP.Editor.ToolRegistry
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public struct ToolSettingsEntry
Fields
Groups
Category group tags from the tool attribute.
Declaration
public string[] Groups
Field Value
| Type | Description |
|---|---|
| string[] |
Info
Tool metadata (name, description, schemas).
Declaration
public McpToolInfo Info
Field Value
| Type | Description |
|---|---|
| McpToolInfo |
IsDefault
Whether the tool is part of the curated default set.
Declaration
public bool IsDefault
Field Value
| Type | Description |
|---|---|
| bool |
IsEnabled
Whether the tool is currently enabled (considering user overrides and attribute defaults).
Declaration
public bool IsEnabled
Field Value
| Type | Description |
|---|---|
| bool |