Add prompt-to-asset to Image Generation#199
Open
MohamedAbdallah-14 wants to merge 1 commit intoComposioHQ:masterfrom
Open
Add prompt-to-asset to Image Generation#199MohamedAbdallah-14 wants to merge 1 commit intoComposioHQ:masterfrom
MohamedAbdallah-14 wants to merge 1 commit intoComposioHQ:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds prompt-to-asset to the Image Generation section.
What it does: MCP server that generates production-ready visual assets — app icons, favicons, OG images, logos, wordmarks — by routing each request across 30+ image generation models. Three execution modes: inline SVG, external prompt, or full API generation. Validates output for WCAG contrast and palette consistency. Zero API key required for the first run via Pollinations and Stable Horde free tiers.
Why Image Generation: The plugin's core purpose is image generation for developer assets. It sits alongside nano-banana as a complementary tool focused on production-ready assets (app icon → PNG, OG image → 1200×630 PNG) rather than general creative generation.
Checklist: