Class: Aws::AgentRegistryControl::Types::McpServerAdditionalData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistrycontrol/types.rb

Overview

Additional data for an MCP server descriptor

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#toolsTypes::McpToolsDescriptor

MCP tools descriptor containing tool definitions



942
943
944
945
946
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 942

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