vibe-coder-mcp
Version:
Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.
13 lines • 662 B
TypeScript
export declare function getProjectRootSafe(): string;
export declare function resolveProjectPathSafe(relativePath: string): string;
export declare function getSafeOutputDirectory(subDirectory?: string): string;
export declare function getSafeTempDirectory(subDirectory?: string): string;
export declare function getSafeDataDirectory(subDirectory?: string): string;
export declare function checkWorkingDirectorySafety(): {
isSafe: boolean;
currentCwd: string;
recommendedAction: string;
severity: 'low' | 'medium' | 'high' | 'critical';
};
export declare function logWorkingDirectorySafety(): void;
//# sourceMappingURL=safe-path-resolver.d.ts.map