Skip to main content
Glama

Createve.AI Nexus

by spgoodman
__init__.pyβ€’678 B
""" Image processing module for the Createve.AI API Server. This module provides image processing capabilities including thumbnail generation and image resizing. """ from .processors import ThumbnailGenerator, ImageResizer # Map class names to class objects NODE_CLASS_MAPPINGS = { "thumbnailGenerator": ThumbnailGenerator, "imageResizer": ImageResizer } # Map class names to display names NODE_DISPLAY_NAME_MAPPINGS = { "thumbnailGenerator": "Thumbnail Generator", "imageResizer": "Image Resizer" } # Define which API endpoints use queue mode API_SERVER_QUEUE_MODE = { ThumbnailGenerator: False, # Direct mode ImageResizer: False # Direct mode }

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/spgoodman/createveai-nexus-server'

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