Xcode MCP Server

read_file

Read contents of a file in the Xcode project

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file within the project

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to the file within the project", "type": "string" } }, "required": [ "filePath" ], "type": "object" }