Skip to content

Commit 5bcb6f4

Browse files
committed
Update ManageScript.cs
Fix the layout problem of manage_script in the panel
1 parent 9d967f5 commit 5bcb6f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MCPForUnity/Editor/Tools/ManageScript.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ namespace MCPForUnity.Editor.Tools
2626
{
2727
/// <summary>
2828
/// Handles CRUD operations for C# scripts within the Unity project.
29-
///
29+
/// </summary>
30+
/// <remarks>
3031
/// ROSLYN INSTALLATION GUIDE:
3132
/// To enable advanced syntax validation with Roslyn compiler services:
3233
///
@@ -49,7 +50,7 @@ namespace MCPForUnity.Editor.Tools
4950
///
5051
/// Note: Without Roslyn, the system falls back to basic structural validation.
5152
/// Roslyn provides full C# compiler diagnostics with line numbers and detailed error messages.
52-
/// </summary>
53+
/// </remarks>
5354
[McpForUnityTool("manage_script", AutoRegister = false)]
5455
public static class ManageScript
5556
{

0 commit comments

Comments
 (0)