Skip to main content
Glama

get_mac_app_path_ws

Retrieve the macOS app bundle path from an Xcode workspace by specifying the workspacePath and scheme. Enables precise app path identification for development or testing.

Instructions

Gets the app bundle path for a macOS application using a workspace. IMPORTANT: Requires workspacePath and scheme. Example: get_mac_app_path_ws({ workspacePath: '/path/to/workspace', scheme: 'MyScheme' })

Input Schema

NameRequiredDescriptionDefault
archNoArchitecture to build for (arm64 or x86_64). For macOS only.
configurationNoBuild configuration (Debug, Release, etc.)
schemeYesThe scheme to use (Required)
workspacePathYesPath to the .xcworkspace file (Required)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "arch": { "description": "Architecture to build for (arm64 or x86_64). For macOS only.", "enum": [ "arm64", "x86_64" ], "type": "string" }, "configuration": { "description": "Build configuration (Debug, Release, etc.)", "type": "string" }, "scheme": { "description": "The scheme to use (Required)", "type": "string" }, "workspacePath": { "description": "Path to the .xcworkspace file (Required)", "type": "string" } }, "required": [ "workspacePath", "scheme" ], "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/SampsonKY/XcodeBuildMCP'

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