mcp-xcode
Version:
MCP server that wraps Xcode command-line tools for iOS/macOS development workflows
6 lines • 401 B
TypeScript
import type { ToolResult } from '../../types/xcode.js';
export declare function getCacheStatsTool(args: any): Promise<ToolResult>;
export declare function setCacheConfigTool(args: any): Promise<ToolResult>;
export declare function clearCacheTool(args: any): Promise<ToolResult>;
export declare function getCacheConfigTool(args: any): Promise<ToolResult>;
//# sourceMappingURL=cache-management.d.ts.map