Class ReadResourceResponse
Response data for Unity.ReadResource tool.
Inherited Members
Namespace: Unity.AI.MCP.Editor.ToolRegistry.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public class ReadResourceResponse
Properties
Metadata
Gets or sets the metadata about the resource (SHA-256 hash and byte length).
Declaration
public ResourceMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceMetadata |
Text
Gets or sets the text content of the resource (may be partial if slicing was applied).
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |