UNPKG

xcodemcp

Version:

Model Context Protocol server for Xcode build automation and log parsing

6 lines 294 B
import type { McpResult } from '../types/index.js'; export declare class PathValidator { static validateProjectPath(projectPath: string, parameterName?: string): McpResult | null; static validateFilePath(filePath: string): McpResult | null; } //# sourceMappingURL=PathValidator.d.ts.map