Skip to main content
Glama

xcode_debug

Initiate debugging sessions for Xcode projects by specifying the project path and optional scheme. Skip building if needed, and automate error detection through log parsing.

Instructions

Start debugging session for a specific project

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute path to the .xcodeproj or .xcworkspace file
schemeNoScheme name (optional)
skipBuildingNoWhether to skip building

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute path to the .xcodeproj or .xcworkspace file", "type": "string" }, "scheme": { "description": "Scheme name (optional)", "type": "string" }, "skipBuilding": { "description": "Whether to skip building", "type": "boolean" } }, "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