Xcode MCP Server

set_projects_base_dir

Set the base directory where Xcode projects are stored

Input Schema

NameRequiredDescriptionDefault
baseDirYesAbsolute path to the directory containing Xcode projects

Input Schema (JSON Schema)

{ "properties": { "baseDir": { "description": "Absolute path to the directory containing Xcode projects", "type": "string" } }, "required": [ "baseDir" ], "type": "object" }