Skip to main content
Glama

xcode_test

Execute tests for an Xcode project by specifying the project file path and optional command line arguments. Integrates with XcodeMCP for efficient build automation and log parsing.

Instructions

Run tests for a specific project

Input Schema

NameRequiredDescriptionDefault
commandLineArgumentsNoAdditional command line arguments
pathYesAbsolute path to the .xcodeproj or .xcworkspace file

Input Schema (JSON Schema)

{ "properties": { "commandLineArguments": { "description": "Additional command line arguments", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Absolute path to the .xcodeproj or .xcworkspace file", "type": "string" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from XcodeMCP

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/lapfelix/XcodeMCP'

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