Class: Aws::BedrockAgentCoreControl::Types::McpDescriptor

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

Overview

The Model Context Protocol (MCP) descriptor for a registry record. Contains the server definition and tools definition for an MCP-compatible server. The schema is validated against the MCP protocol specification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serverTypes::ServerDefinition

The MCP server definition, containing the server configuration and schema as defined by the MCP protocol specification.



11531
11532
11533
11534
11535
11536
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11531

class McpDescriptor < Struct.new(
  :server,
  :tools)
  SENSITIVE = []
  include Aws::Structure
end

#toolsTypes::ToolsDefinition

The MCP tools definition, containing the tools available on the MCP server as defined by the MCP protocol specification.



11531
11532
11533
11534
11535
11536
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11531

class McpDescriptor < Struct.new(
  :server,
  :tools)
  SENSITIVE = []
  include Aws::Structure
end