UNPKG

@buildappolis/sharex-mcp-server

Version:

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

10 lines 278 B
export interface ServerConfig { shareXPath?: string; maxImages: number; maxGifs: number; autoDetectShareX: boolean; maxFramesPerGif: number; tempFramesPath?: string; } export declare const defaultConfig: ServerConfig; //# sourceMappingURL=config.d.ts.map