Skip to content

Commit 1b40ce0

Browse files
committed
Update this as well [skip ci]
1 parent d3fa3d9 commit 1b40ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Server/tools/run_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class RunTestsResponse(MCPResponse):
4141
@mcp_for_unity_tool(description="Runs Unity tests for the specified mode")
4242
async def run_tests(
4343
ctx: Context,
44-
mode: Annotated[Literal["edit", "play"], Field(
45-
description="Unity test mode to run")] = "edit",
44+
mode: Annotated[Literal["EditMode", "PlayMode"], Field(
45+
description="Unity test mode to run")] = "EditMode",
4646
timeout_seconds: Annotated[str, Field(
4747
description="Optional timeout in seconds for the Unity test run (string, e.g. '30')")] | None = None,
4848
) -> RunTestsResponse:

0 commit comments

Comments
 (0)