Class: Aws::BedrockAgentCoreControl::Types::McpDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::McpDescriptor
- 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
-
#server ⇒ Types::ServerDefinition
The MCP server definition, containing the server configuration and schema as defined by the MCP protocol specification.
-
#tools ⇒ Types::ToolsDefinition
The MCP tools definition, containing the tools available on the MCP server as defined by the MCP protocol specification.
Instance Attribute Details
#server ⇒ Types::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 |
#tools ⇒ Types::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 |