Class: Aws::BedrockAgentCoreControl::Types::MCPGatewayConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

The configuration for a Model Context Protocol (MCP) gateway. This structure defines how the gateway implements the MCP protocol.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instructionsString

The instructions for using the Model Context Protocol gateway. These instructions provide guidance on how to interact with the gateway.

Returns:

  • (String)


3232
3233
3234
3235
3236
3237
3238
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3232

class MCPGatewayConfiguration < Struct.new(
  :supported_versions,
  :instructions,
  :search_type)
  SENSITIVE = []
  include Aws::Structure
end

#search_typeString

The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.

Returns:

  • (String)


3232
3233
3234
3235
3236
3237
3238
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3232

class MCPGatewayConfiguration < Struct.new(
  :supported_versions,
  :instructions,
  :search_type)
  SENSITIVE = []
  include Aws::Structure
end

#supported_versionsArray<String>

The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.

Returns:

  • (Array<String>)


3232
3233
3234
3235
3236
3237
3238
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3232

class MCPGatewayConfiguration < Struct.new(
  :supported_versions,
  :instructions,
  :search_type)
  SENSITIVE = []
  include Aws::Structure
end