Class GoogleCloudApihubV1McpServerConfig
MCP-specific server configuration.
Implements
Inherited Members
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> |