File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ This package requires the following UPM dependencies:
3333From the Unity Editor menu bar, select:
3434
3535```
36- Puerts.AI → MCP Server
36+ PuertsEditorAssistant → MCP Server
3737```
3838
3939This opens the MCP Server management window.
Original file line number Diff line number Diff line change 3333在 Unity 编辑器菜单栏中选择:
3434
3535```
36- Puerts.AI → MCP Server
36+ PuertsEditorAssistant → MCP Server
3737```
3838
3939将打开 MCP Server 管理窗口。
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ private struct ChatMessage
101101 /// </summary>
102102 private readonly List < string > progressFragments = new List < string > ( ) ;
103103
104- [ MenuItem ( "Puerts.AI /New Chat" ) ]
104+ [ MenuItem ( "PuertsEditorAssistant /New Chat" ) ]
105105 public static void ShowWindow ( )
106106 {
107107 var window = GetWindow < AgentChatWindow > ( "Puerts Agent Chat" ) ;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class McpServerWindow : EditorWindow
3131 // but resets when the Editor is closed.
3232 private const string SessionKeyWasRunning = "PuertsMcp_WasRunning" ;
3333
34- [ MenuItem ( "Puerts.AI /MCP Server" ) ]
34+ [ MenuItem ( "PuertsEditorAssistant /MCP Server" ) ]
3535 public static void ShowWindow ( )
3636 {
3737 var window = GetWindow < McpServerWindow > ( "MCP Server" ) ;
You can’t perform that action at this time.
0 commit comments