Skip to main content
Glama

xcode_set_active_scheme

Set the active scheme in an Xcode project or workspace to streamline build automation and log parsing processes. Specify the project path and desired scheme name for activation.

Instructions

Set the active scheme for a specific project

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute path to the .xcodeproj or .xcworkspace file
schemeNameYesName of the scheme to activate

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute path to the .xcodeproj or .xcworkspace file", "type": "string" }, "schemeName": { "description": "Name of the scheme to activate", "type": "string" } }, "required": [ "path", "schemeName" ], "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