Class: Aws::AgentRegistryControl::Types::UpdatedMcpServerAdditionalDataFields

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

Overview

The set of MCP server additional-data fields that can be individually updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#toolsTypes::UpdatedMcpToolsDescriptor

The patch for the MCP tools descriptor field.



2711
2712
2713
2714
2715
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2711

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