seed (optional): Generation seed for reproducibility (0-858993459, default: 12)
numberOfImages (optional): Batch size for generation (1-5, default: 1)
Example Implementation
Prompt Guidelines
For optimal results, avoid negative phrasing ("no", "not", "without") in the main prompt. Instead, move these elements to the negativePrompt parameter. For example, rather than using "a landscape without buildings" in the prompt, use "buildings" in the negativePrompt.
For detailed usage guidelines, refer to the [Nova Canvas documentation][nova-canvas-doc].
Development
To set up and run the server in a local environment:
Performance Considerations
Generation time is influenced by resolution (width and height), numberOfImages, and quality settings. When using higher values, be mindful of potential timeout implications in your implementation.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Amazon Bedrock MCP Server
A Model Control Protocol (MCP) server that integrates with Amazon Bedrock's Nova Canvas model for AI image generation.
seed (optional): Generation seed for reproducibility (0-858993459, default: 12)
numberOfImages (optional): Batch size for generation (1-5, default: 1)
Example Implementation
Prompt Guidelines
For optimal results, avoid negative phrasing ("no", "not", "without") in the main prompt. Instead, move these elements to the negativePrompt parameter. For example, rather than using "a landscape without buildings" in the prompt, use "buildings" in the negativePrompt.
For detailed usage guidelines, refer to the [Nova Canvas documentation][nova-canvas-doc].
Development
To set up and run the server in a local environment:
Performance Considerations
Generation time is influenced by resolution (width and height), numberOfImages, and quality settings. When using higher values, be mindful of potential timeout implications in your implementation.
License
This project is licensed under the MIT License - see the LICENSE file for details.