Class: Aws::DevOpsAgent::Types::MCPServerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for Model Context Protocol (MCP) server integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tool_details ⇒ Array<Types::MCPToolDetail>
List of MCP tools with their access categorization.
-
#tools ⇒ Array<String>
List of MCP tools can be used with the association.
Instance Attribute Details
#tool_details ⇒ Array<Types::MCPToolDetail>
List of MCP tools with their access categorization. When provided, the tool names must match those in the tools member.
3779 3780 3781 3782 3783 3784 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3779 class MCPServerConfiguration < Struct.new( :tools, :tool_details) SENSITIVE = [] include Aws::Structure end |
#tools ⇒ Array<String>
List of MCP tools can be used with the association.
3779 3780 3781 3782 3783 3784 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3779 class MCPServerConfiguration < Struct.new( :tools, :tool_details) SENSITIVE = [] include Aws::Structure end |