Xcode MCP Server

analyze_file

Analyze source file for issues and suggestions

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the source file

Input Schema (JSON Schema)

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