AWS AWSCloudFormation documentation change
Summary
Added new McpToolSchema property with configuration details and documentation
Security assessment
New property enables static tool schema configuration but lacks explicit security context. Documentation mentions credential provider dependency but doesn't address vulnerabilities or security features.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-mcpservertargetconfiguration.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-mcpservertargetconfiguration.md index 3f9dade70..1961cbb57 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-mcpservertargetconfiguration.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-mcpservertargetconfiguration.md @@ -22 +22,2 @@ To declare this entity in your CloudFormation template, use the following syntax - "ListingMode" : String + "ListingMode" : String, + "McpToolSchema" : [McpToolSchemaConfiguration](./aws-properties-bedrockagentcore-gatewaytarget-mcptoolschemaconfiguration.html) @@ -30,0 +32,2 @@ To declare this entity in your CloudFormation template, use the following syntax + McpToolSchema: + [McpToolSchemaConfiguration](./aws-properties-bedrockagentcore-gatewaytarget-mcptoolschemaconfiguration.html) @@ -60,0 +64,11 @@ _Required_ : No +`McpToolSchema` + + +The tool schema configuration for the MCP server target. Supported only when the credential provider is configured with an authorization code grant type. Dynamic tool discovery/synchronization will be disabled when target is configured with mcpToolSchema. + +_Required_ : No + + _Type_ : [McpToolSchemaConfiguration](./aws-properties-bedrockagentcore-gatewaytarget-mcptoolschemaconfiguration.html) + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) +