interface McpServerAdditionalDataProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AgentRegistry.CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsagentregistry#CfnRegistryRecordPropsMixin_McpServerAdditionalDataProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty |
Python | aws_cdk.cfn_property_mixins.aws_agentregistry.CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_agentregistry » CfnRegistryRecordPropsMixin » McpServerAdditionalDataProperty |
Additional data associated with an MCP server descriptor.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_agentregistry as agentregistry } from '@aws-cdk/cfn-property-mixins';
const mcpServerAdditionalDataProperty: agentregistry.CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty = {
tools: {
data: 'data',
dataSchemaVersion: 'dataSchemaVersion',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| tools? | IResolvable | Mcp | The MCP tools descriptor. |
tools?
Type:
IResolvable | Mcp
(optional)
The MCP tools descriptor.

.NET
Go
Java
Python
TypeScript