Show / Hide Table of Contents

Class GoogleCloudApihubV1McpServerConfig

MCP-specific server configuration.

Inheritance
object
GoogleCloudApihubV1McpServerConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1McpServerConfig : IDirectResponseSchema

Properties

ApigeeXTargetDetails

Optional. The target Apigee X configuration.

Declaration
[JsonProperty("apigeeXTargetDetails")]
public virtual GoogleCloudApihubV1ApigeeXTargetDetails ApigeeXTargetDetails { get; set; }
Property Value
Type Description
GoogleCloudApihubV1ApigeeXTargetDetails

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Tools

Required. The tools to expose on the MCP server.

Declaration
[JsonProperty("tools")]
public virtual IList<GoogleCloudApihubV1McpToolConfig> Tools { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1McpToolConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX