mcp-dalle-sse-server
0
The MCP Dall-E SSE Server is a server-side application that leverages OpenAI's Dall-E model to generate images from text prompts with real-time feedback using Server-Sent Events. It is designed for multiple clients and is developed in JavaScript and TypeScript.
MCP Dall-E SSE Server
Description
This project is a server-side implementation that utilizes OpenAI's Dall-E model to generate images based on text prompts using Server-Sent Events (SSE) for real-time experience.
Features
- Real-time Image Generation
- Server-Sent Events
- Multi-client Support
- JavaScript and TypeScript
Getting Started
Prerequisites
- Node.js (v14.0.0 or above)
- Docker (optional)
Installation
- Clone the repository and install dependencies.
Usage
- Start the server and access via
http://localhost:3000
.
Docker Deployment
- Build and run the Docker container.
Configuration
- Set configuration using environment variables like
PORT
andOPENAI_API_KEY
.
Contributing
- Contributions are welcome.
License
- Licensed under the MIT License.
Acknowledgements
- OpenAI and contributors.