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::Service MCPServerDetails
Configuration details for registering a custom MCP server.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AuthorizationConfig" :MCPServerAuthorizationConfig, "Description" :String, "Endpoint" :String, "Name" :String}
YAML
AuthorizationConfig:MCPServerAuthorizationConfigDescription:StringEndpoint:StringName:String
Properties
-
The authorization configuration for the MCP server.
Required: Yes
Type: MCPServerAuthorizationConfig
Update requires: Replacement
Description-
A description of the MCP server. Maximum 500 characters.
Required: No
Type: String
Maximum:
500Update requires: Replacement
Endpoint-
The HTTPS endpoint URL of the MCP server.
Required: Yes
Type: String
Pattern:
^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$Update requires: Replacement
Name-
The name of the MCP server.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Update requires: Replacement