Experimental
Schema
McpGatewayState
Type:
string
McpGatewayState reports gateway readiness.
Values: unspecified: unspecified is never a concrete known state. provisioning: provisioning means the gateway is starting. ready: ready means the gateway can accept server operations. failed: failed means gateway setup failed.
All schema constraints and annotations
{
"description": "McpGatewayState reports gateway readiness.\n\nValues:\nunspecified: unspecified is never a concrete known state.\nprovisioning: provisioning means the gateway is starting.\nready: ready means the gateway can accept server operations.\nfailed: failed means gateway setup failed.",
"enum": [
"unspecified",
"provisioning",
"ready",
"failed"
],
"title": "McpGatewayState",
"type": "string"
}