Skip to main content
Glama
constants.ts443 B
export const SUPPORTED_INPUT_FORMATS = ['jpeg', 'jpg', 'png', 'webp', 'avif', 'tiff', 'gif', 'heic', 'heif']; export const SUPPORTED_OUTPUT_FORMATS = ['jpeg', 'png', 'webp', 'avif']; export const DEFAULT_QUALITY = 80; export const DEFAULT_WIDTH = 800; export const DEFAULT_HEIGHT = 600; // Upload service constants export const SUPPORTED_UPLOAD_SERVICES = ['s3', 'cloudflare', 'gcloud'] as const; export const DEFAULT_UPLOAD_SERVICE = 's3';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BoomLinkAi/image-worker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server