Class: Aws::DevOpsAgent::Types::MCPServerConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#tool_detailsArray<Types::MCPToolDetail>

List of MCP tools with their access categorization. When provided, the tool names must match those in the tools member.

Returns:



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

#toolsArray<String>

List of MCP tools can be used with the association.

Returns:

  • (Array<String>)


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