Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude-nl-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
"mcpServers": {
"unity": {
"command": "python",
"args": ["UnityMcpServer/src/server.py"]
"args": ["UnityMcpBridge/UnityMcpServer~/src/server.py"]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Dependency Path Mismatch Causes Installation Failure

The MCP server path was updated to UnityMcpBridge/UnityMcpServer~/src/server.py, but the earlier dependency installation step still looks for requirements.txt at UnityMcpServer/requirements.txt. This inconsistency means dependencies may not be installed, potentially causing the MCP server to fail.

Fix in Cursor Fix in Web

}
}
}
Expand Down