Skip to main content
Glama

Unity Editor MCP Server

run_tests

Execute Unity's Test Runner tests with specified filters and modes (EditMode, PlayMode, or All), enabling efficient testing within the Unity Editor MCP Server environment.

Instructions

Runs Unity's Test Runner tests

Input Schema

NameRequiredDescriptionDefault
testFilterNoOptional test filter (e.g. specific test name or namespace)
testModeNoThe test mode to run (EditMode, PlayMode, or All)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "testFilter": { "description": "Optional test filter (e.g. specific test name or namespace)", "type": "string" }, "testMode": { "description": "The test mode to run (EditMode, PlayMode, or All)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Unity Editor MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CoderGamester/mcp-unity'

If you have feedback or need assistance with the MCP directory API, please join our Discord server