We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d967f5 commit 5bcb6f4Copy full SHA for 5bcb6f4
MCPForUnity/Editor/Tools/ManageScript.cs
@@ -26,7 +26,8 @@ namespace MCPForUnity.Editor.Tools
26
{
27
/// <summary>
28
/// Handles CRUD operations for C# scripts within the Unity project.
29
- ///
+ /// </summary>
30
+ /// <remarks>
31
/// ROSLYN INSTALLATION GUIDE:
32
/// To enable advanced syntax validation with Roslyn compiler services:
33
///
@@ -49,7 +50,7 @@ namespace MCPForUnity.Editor.Tools
49
50
51
/// Note: Without Roslyn, the system falls back to basic structural validation.
52
/// Roslyn provides full C# compiler diagnostics with line numbers and detailed error messages.
- /// </summary>
53
+ /// </remarks>
54
[McpForUnityTool("manage_script", AutoRegister = false)]
55
public static class ManageScript
56
0 commit comments