Generates images from text descriptions using OpenAI's DALL-E API, demonstrating how to build MCP tools for Large Language Models.
Primitive is a Go implementation of a Model Context Protocol (MCP) server designed to generate images using OpenAI's DALL-E API. It showcases how to create MCP tools that can be integrated with Large Language Models like Claude, enabling them to generate images based on text prompts. The server handles image generation, save locations, and offers configurable image dimensions, all while providing proper error handling and logging.