xc-mcp
Version:
MCP server that wraps Xcode command-line tools for iOS/macOS development workflows
14 lines • 573 B
TypeScript
import type { ToolResult } from '../../types/xcode.js';
/**
* Enable persistent state management with optional custom cache directory
*/
export declare function persistenceEnableTool(args: any): Promise<ToolResult>;
/**
* Disable persistent state management with optional data clearing
*/
export declare function persistenceDisableTool(args: any): Promise<ToolResult>;
/**
* Get detailed persistence system status and storage information
*/
export declare function persistenceStatusTool(args: any): Promise<ToolResult>;
//# sourceMappingURL=persistence-tools.d.ts.map