UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

4 lines (3 loc) 233 B
export declare const ALLOWED_IMAGE_MIME_TYPES: Set<string>; export declare function normalizeImageMimeType(mimeType: string | undefined): string; export declare function isAllowedImageMimeType(mimeType: string | undefined): boolean;