interface McpToolsDescriptorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AgentRegistry.CfnRegistryRecord.McpToolsDescriptorProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsagentregistry#CfnRegistryRecord_McpToolsDescriptorProperty |
Java | software.amazon.awscdk.services.agentregistry.CfnRegistryRecord.McpToolsDescriptorProperty |
Python | aws_cdk.aws_agentregistry.CfnRegistryRecord.McpToolsDescriptorProperty |
TypeScript | aws-cdk-lib » aws_agentregistry » CfnRegistryRecord » 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-lib';
const mcpToolsDescriptorProperty: agentregistry.CfnRegistryRecord.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