Class: Aws::AgentRegistry::Types::McpServerAdditionalData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::McpServerAdditionalData
- Defined in:
- gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb
Overview
Additional data for an MCP server descriptor
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tools ⇒ Types::McpToolsDescriptor
The MCP tools descriptor that defines the tools exposed by the MCP server.
Instance Attribute Details
#tools ⇒ Types::McpToolsDescriptor
The MCP tools descriptor that defines the tools exposed by the MCP server.
464 465 466 467 468 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 464 class McpServerAdditionalData < Struct.new( :tools) SENSITIVE = [] include Aws::Structure end |