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