public sealed class Service.Types.McpServerSpec : IMessage<Service.Types.McpServerSpec>, IEquatable<Service.Types.McpServerSpec>, IDeepCloneable<Service.Types.McpServerSpec>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class Service.Types.McpServerSpec.
The spec of the MCP Server.
Implements
IMessageServiceTypesMcpServerSpec, IEquatableServiceTypesMcpServerSpec, IDeepCloneableServiceTypesMcpServerSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
McpServerSpec()
public McpServerSpec()McpServerSpec(McpServerSpec)
public McpServerSpec(Service.Types.McpServerSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ServiceTypesMcpServerSpec |
Properties
Content
public Struct Content { get; set; }Optional. The content of the MCP Server spec.
This payload is validated against the schema for the specified type.
The content size is limited to 10KB.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
Type
public Service.Types.McpServerSpec.Types.Type Type { get; set; }Required. The type of the MCP Server spec content.
| Property Value | |
|---|---|
| Type | Description |
ServiceTypesMcpServerSpecTypesType |
|