@buildappolis/sharex-mcp-server
Version:
Model Context Protocol server for seamless ShareX integration with Claude Code - view screenshots and GIFs instantly
5 lines • 296 B
TypeScript
export declare function getShareXConfigPath(): string;
export declare function getClaudeConfigPath(): string;
export declare function ensureDirectory(dirPath: string): Promise<void>;
export declare function convertWindowsPathToWSL(windowsPath: string): string;
//# sourceMappingURL=paths.d.ts.map