UNPKG

@buildappolis/sharex-mcp-server

Version:

Model Context Protocol server for seamless ShareX integration with Claude Code - view screenshots and GIFs instantly

7 lines 273 B
export declare function detectShareX(): Promise<boolean>; export declare function getShareXScreenshotPath(): Promise<string | null>; export declare function getShareXInfo(): Promise<{ path: string | null; isDefault: boolean; }>; //# sourceMappingURL=sharex.d.ts.map