UNPKG

@myuon/refactor-mcp

Version:

MCP server for refactoring tools

4 lines (3 loc) 228 B
export declare function searchFiles(filePattern?: string): Promise<string[]>; export declare function readFileContent(filePath: string): string; export declare function writeFileContent(filePath: string, content: string): void;