Skip to main content
Glama

xcode_get_run_destinations

Retrieve available run destinations for an Xcode project by specifying the path to the .xcodeproj or .xcworkspace file using the XcodeMCP server for build automation.

Instructions

Get list of available run destinations for a specific project

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute path to the .xcodeproj or .xcworkspace file

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute path to the .xcodeproj or .xcworkspace file", "type": "string" } }, "required": [ "path" ], "type": "object" }

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