UNPKG

xc-mcp

Version:

MCP server that wraps Xcode command-line tools for iOS/macOS development workflows

18 lines 455 B
/** * Inspect Xcode Scheme Configuration * * Parse and display scheme build, run, and test configurations * * Full documentation: See src/tools/xcodebuild/inspect-scheme.md * * @param args Tool arguments * @returns Parsed scheme information */ export declare function inspectSchemeTool(args: any): Promise<{ content: { type: "text"; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=inspect-scheme.d.ts.map