This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DevOpsAgent::Association MCPServerConfiguration
Configuration for MCP (Model Context Protocol) server integration. Defines the server name, endpoint URL, available tools, optional description, and webhook update settings for custom MCP servers.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "EnableWebhookUpdates" :Boolean, "Endpoint" :String, "Name" :String, "Tools" :[ String, ... ]}
YAML
Description:StringEnableWebhookUpdates:BooleanEndpoint:StringName:StringTools:- String
Properties
Description-
The description of the MCP server.
Required: No
Type: String
Update requires: No interruption
EnableWebhookUpdates-
When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.
Required: No
Type: Boolean
Update requires: No interruption
Endpoint-
MCP server endpoint URL.
Required: Yes
Type: String
Pattern:
^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$Update requires: No interruption
Name-
The name of the MCP server.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Update requires: No interruption
Tools-
List of MCP tools that can be used with the association.
Required: Yes
Type: Array of String
Update requires: No interruption