Class GetSHAParams
Parameters for the Unity.GetSha tool.
Implements
Inherited Members
Namespace: Unity.AI.MCP.Editor.Tools.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public record GetSHAParams : IEquatable<GetSHAParams>
Properties
Uri
Gets or sets the URI or Assets-relative path to the script (e.g., 'unity://path/Assets/Scripts/MyScript.cs', 'file://...', or 'Assets/Scripts/MyScript.cs').
Declaration
[McpDescription("URI or Assets-relative path to the script (e.g., 'unity://path/Assets/Scripts/MyScript.cs', 'file://...', or 'Assets/Scripts/MyScript.cs')", Required = true)]
public string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |