value

abstract fun value(): Array<String>

Specifies the platform profiles to activate.

Each value in this array will be registered as an active Spring profile, enabling platform-specific configurations and beans.

Common Values:
  • "shell" - Interactive CLI mode
  • "mcp-server" - MCP protocol server
  • "bedrock" - AWS Bedrock integration
Multiple Profiles:

Multiple profiles can be specified to combine features:


"metrics", "observability"
) }

Return

array of profile names to activate