Share feedback
Answers are generated based on the documentation.

Experimental

Schema

McpAuthorizationStatus

Type: string

McpAuthorizationStatus reports the current upstream authorization outcome.

Values: unspecified pending authorized failed

All schema constraints and annotations
{
  "description": "McpAuthorizationStatus reports the current upstream authorization outcome.\n\nValues:\nunspecified\npending\nauthorized\nfailed",
  "enum": [
    "unspecified",
    "pending",
    "authorized",
    "failed"
  ],
  "title": "McpAuthorizationStatus",
  "type": "string"
}