Skip to content

Commit ba45051

Browse files
committed
fix she descrip
1 parent 2e907f1 commit ba45051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnityMcpBridge/UnityMcpServer~/src/tools/manage_script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,9 @@ def manage_script_capabilities(ctx: Context) -> Dict[str, Any]:
602602
return {"success": False, "error": f"capabilities error: {e}"}
603603

604604
@mcp.tool(description=(
605-
"Get SHA256 and metadata for a Unity C# script without returning file contents.\n\n"
605+
"Get SHA256 and basic metadata for a Unity C# script without returning file contents.\n\n"
606606
"Args: uri (unity://path/Assets/... or file://... or Assets/...).\n"
607-
"Returns: {sha256, lengthBytes, lastModifiedUtc, uri, path}."
607+
"Returns: {sha256, lengthBytes}."
608608
))
609609
@telemetry_tool("get_sha")
610610
def get_sha(ctx: Context, uri: str) -> Dict[str, Any]:

0 commit comments

Comments
 (0)