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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I modify the code, UnityEditor recompiles it, and then the Console reports the following error:
[MCP Unity] Failed to start WebSocket server: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
UnityEngine.Debug:LogError (object) McpUnity.Utils.McpLogger:LogError (string) (at ./Library/PackageCache/com.gamelovers.mcp-unity@cb4b03c1c9/Editor/Utils/Logger.cs:40) McpUnity.Unity.McpUnityServer:StartServer () (at ./Library/PackageCache/com.gamelovers.mcp-unity@cb4b03c1c9/Editor/UnityBridge/McpUnityServer.cs:106) McpUnity.Unity.McpUnityEditorWindow:DrawServerTab () (at ./Library/PackageCache/com.gamelovers.mcp-unity@cb4b03c1c9/Editor/UnityBridge/McpUnityEditorWindow.cs:153) McpUnity.Unity.McpUnityEditorWindow:OnGUI () (at ./Library/PackageCache/com.gamelovers.mcp-unity@cb4b03c1c9/Editor/UnityBridge/McpUnityEditorWindow.cs:51) UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Afterward, the MCP in the Cursor stops working.
The text was updated successfully, but these errors were encountered:
thank you for the report @torsilver
duplicate of: #28
Sorry, something went wrong.
No branches or pull requests
When I modify the code, UnityEditor recompiles it, and then the Console reports the following error:
[MCP Unity] Failed to start WebSocket server: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
UnityEngine.Debug:LogError (object)
McpUnity.Utils.McpLogger:LogError (string) (at ./Library/PackageCache/com.gamelovers.mcp-unity@cb4b03c1c9/Editor/Utils/Logger.cs:40)
McpUnity.Unity.McpUnityServer:StartServer () (at ./Library/PackageCache/com.gamelovers.mcp-unity@cb4b03c1c9/Editor/UnityBridge/McpUnityServer.cs:106)
McpUnity.Unity.McpUnityEditorWindow:DrawServerTab () (at ./Library/PackageCache/com.gamelovers.mcp-unity@cb4b03c1c9/Editor/UnityBridge/McpUnityEditorWindow.cs:153)
McpUnity.Unity.McpUnityEditorWindow:OnGUI () (at ./Library/PackageCache/com.gamelovers.mcp-unity@cb4b03c1c9/Editor/UnityBridge/McpUnityEditorWindow.cs:51)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Afterward, the MCP in the Cursor stops working.
The text was updated successfully, but these errors were encountered: