Skip to content

Commit d144d9c

Browse files
committed
another try
1 parent dfafc7e commit d144d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude-nl-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
"mcpServers": {
319319
"unity": {
320320
"command": "uv",
321-
"args": ["run","--active","--directory","Server","python","src/server.py"],
321+
"args": ["run","--active","--directory","Server","mcp-for-unity","--transport","stdio"],
322322
"transport": { "type": "stdio" },
323323
"env": {
324324
"PYTHONUNBUFFERED": "1",
@@ -405,7 +405,7 @@ jobs:
405405
export UNITY_PROJECT_ROOT="$GITHUB_WORKSPACE/TestProjects/UnityMCPTests"
406406
export UNITY_MCP_STATUS_DIR="$HOME/.unity-mcp"
407407
export UNITY_MCP_HOST=127.0.0.1
408-
uv run --active --directory Server python src/server.py --help \
408+
uv run --active --directory Server mcp-for-unity --help \
409409
> /tmp/mcp-preflight.log 2>&1 || { cat /tmp/mcp-preflight.log; exit 1; }
410410
cat /tmp/mcp-preflight.log
411411

0 commit comments

Comments
 (0)