We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/recraft-ai/mcp-recraft-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•739 B
/* tslint:disable */
/* eslint-disable */
export * from './BasicStyle';
export * from './CreateStyleResponse';
export * from './GenerateImageRequest';
export * from './GenerateImageResponse';
export * from './Image';
export * from './ImageColor';
export * from './ImageFeatures';
export * from './ImageFormat';
export * from './ImageSize';
export * from './ImageStyle';
export * from './ImageSubStyle';
export * from './ListBasicStylesResponse';
export * from './ListStylesResponse';
export * from './ProcessImageResponse';
export * from './ResponseFormat';
export * from './Style';
export * from './SystemStatus';
export * from './TextLayoutItem';
export * from './TransformModel';
export * from './User';
export * from './UserControls';