UNPKG

locker-mcp

Version:

MCP server for file locking and access control for AI code tools

14 lines 583 B
export declare class FileManager { private static readonly LOCK_COMMENT_PREFIX; private static readonly LOCK_COMMENT_REGEX; static addLockComment(filePath: string, id: string, state: string): void; static removeLockComment(filePath: string): void; static updateLockComment(filePath: string, id: string, state: string): void; static hasLockComment(content: string): boolean; static extractLockInfo(content: string): { id: string; state: string; } | null; private static validateFilePath; } //# sourceMappingURL=file-manager.d.ts.map