Uses of Class
software.amazon.awscdk.services.bedrockagentcore.MCPProtocolVersion
Packages that use MCPProtocolVersion
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of MCPProtocolVersion in software.amazon.awscdk.services.bedrockagentcore
Fields in software.amazon.awscdk.services.bedrockagentcore declared as MCPProtocolVersionModifier and TypeFieldDescriptionstatic final MCPProtocolVersionMCPProtocolVersion.MCP_2025_03_26MCP version 2025-03-26.static final MCPProtocolVersionMCPProtocolVersion.MCP_2025_06_18The latest version of the MCP protocol.Methods in software.amazon.awscdk.services.bedrockagentcore that return MCPProtocolVersionModifier and TypeMethodDescriptionstatic MCPProtocolVersionUse a custom MCP protocol version not yet defined in this class.Methods in software.amazon.awscdk.services.bedrockagentcore that return types with arguments of type MCPProtocolVersionModifier and TypeMethodDescriptiondefault List<MCPProtocolVersion> McpConfiguration.getSupportedVersions()The supported versions of the Model Context Protocol.final List<MCPProtocolVersion> McpConfiguration.Jsii$Proxy.getSupportedVersions()McpProtocolConfiguration.getSupportedVersions()The supported MCP protocol versions.Method parameters in software.amazon.awscdk.services.bedrockagentcore with type arguments of type MCPProtocolVersionModifier and TypeMethodDescriptionMcpConfiguration.Builder.supportedVersions(List<? extends MCPProtocolVersion> supportedVersions) Sets the value ofMcpConfiguration.getSupportedVersions()McpProtocolConfiguration.Builder.supportedVersions(List<? extends MCPProtocolVersion> supportedVersions) The supported versions of the Model Context Protocol.