UNPKG

xc-mcp

Version:

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

20 lines 472 B
export declare function debugWorkflowPrompt(args: any): Promise<{ description: string; messages: { role: "user"; content: { type: "text"; text: string; }; }[]; }>; export declare const debugWorkflowPromptDefinition: { name: string; description: string; arguments: { name: string; description: string; required: boolean; }[]; }; //# sourceMappingURL=debug-workflow.d.ts.map