Skip to content
Developer Preview

ApprovalMode

The approval enforcement modes. Closed by design: a client selects a preconfigured mode and can never construct one; widening this enum is a deliberate, gate-visible protocol change.

  • "allowAll"
  • "denyUnmatched"
  • "onRequest"
  • "promptUnmatched"
Source

schema/msp/experimental/msp.schema.json#/types/ApprovalMode

{
"description": "The approval enforcement modes. **Closed** by design:\na client selects a preconfigured mode and can never construct one;\nwidening this enum is a deliberate, gate-visible protocol change.",
"enum": [
"allowAll",
"promptUnmatched",
"onRequest",
"denyUnmatched"
],
"type": "string",
"x-msp-openness": "closed"
}