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
-
#tools ⇒ Array<String>
List of MCP tools can be used with the association.
Instance Attribute Details
#tools ⇒ Array<String>
List of MCP tools can be used with the association.
2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2642 class MCPServerConfiguration < Struct.new( :tools) SENSITIVE = [] include Aws::Structure end |