interface McpToolsDescriptorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AgentRegistry.CfnRegistryRecordPropsMixin.McpToolsDescriptorProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsagentregistry#CfnRegistryRecordPropsMixin_McpToolsDescriptorProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordPropsMixin.McpToolsDescriptorProperty |
Python | aws_cdk.cfn_property_mixins.aws_agentregistry.CfnRegistryRecordPropsMixin.McpToolsDescriptorProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_agentregistry » CfnRegistryRecordPropsMixin » McpToolsDescriptorProperty |
The MCP tools 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 mcpToolsDescriptorProperty: agentregistry.CfnRegistryRecordPropsMixin.McpToolsDescriptorProperty = {
data: 'data',
dataSchemaVersion: 'dataSchemaVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| data? | string | Descriptor payload data. |
| data | string | Version of the tools descriptor schema. |
data?
Type:
string
(optional)
Descriptor payload data.
dataSchemaVersion?
Type:
string
(optional)
Version of the tools descriptor schema.

.NET
Go
Java
Python
TypeScript