Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | The AWS region where Amazon Bedrock and Nova Canvas are enabled (e.g., us-east-1). | |
| AWS_PROFILE | No | The AWS profile used for authentication. If not provided, it defaults to 'default'. | default |
| AWS_ACCESS_KEY_ID | No | AWS Access Key ID for temporary credentials. | |
| AWS_SESSION_TOKEN | No | AWS Session Token for temporary credentials. | |
| FASTMCP_LOG_LEVEL | No | The log level for the FastMCP server (e.g., ERROR, DEBUG, INFO). | ERROR |
| AWS_SECRET_ACCESS_KEY | No | AWS Secret Access Key for temporary credentials. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_image | Generate an image using Amazon Nova Canvas with text prompt. |
| generate_image_with_colors | Generate an image using Amazon Nova Canvas with color guidance. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |