Experimental
Schema
McpConfigurationOutcome
Type:
string
McpConfigurationOutcome describes one requested server in the reported generation.
Values: unspecified: unspecified is not a concrete outcome. pending: pending has not settled and cannot establish completeness. applied: applied is confirmed membership, not upstream authorization. skipped: skipped requires an explicitly applicable compatibility rule. failed: failed retains intent that could not be provisioned.
All schema constraints and annotations
{
"description": "McpConfigurationOutcome describes one requested server in the reported generation.\n\nValues:\nunspecified: unspecified is not a concrete outcome.\npending: pending has not settled and cannot establish completeness.\napplied: applied is confirmed membership, not upstream authorization.\nskipped: skipped requires an explicitly applicable compatibility rule.\nfailed: failed retains intent that could not be provisioned.",
"enum": [
"unspecified",
"pending",
"applied",
"skipped",
"failed"
],
"title": "McpConfigurationOutcome",
"type": "string"
}