Class ListResourcesResponse
Response data for Unity.ListResources tool.
Inherited Members
Namespace: Unity.AI.MCP.Editor.ToolRegistry.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public class ListResourcesResponse
Properties
Count
Gets or sets the total count of resources found.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Uris
Gets or sets the list of resource URIs found (e.g., "unity://path/Assets/Scripts/MyScript.cs").
Declaration
public List<string> Uris { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |