Class: Aws::DevOpsAgent::Types::MCPServerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerConfiguration
- Defined in:
- gems/aws-sdk-devopsagent/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.
2676 2677 2678 2679 2680 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2676 class MCPServerConfiguration < Struct.new( :tools) SENSITIVE = [] include Aws::Structure end |