We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DaveDev42/expo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
image.d.ts•496 B
/**
* Resize base64 image to fit within max dimensions AND file size
* Maintains aspect ratio and returns resized base64 string
*/
export declare function resizeImageIfNeeded(base64Data: string, mimeType?: string): Promise<string>;
/**
* Process Maestro tool response to resize any embedded images
* Handles both MCP standard format (source.data) and direct format (data)
*/
export declare function processScreenshotResponse(response: any): Promise<any>;
//# sourceMappingURL=image.d.ts.map