ProtocolCapabilities constructor

const ProtocolCapabilities({
  1. bool experimental = false,
  2. bool tools = true,
  3. bool resources = true,
  4. bool prompts = true,
  5. bool logging = true,
})

Implementation

const ProtocolCapabilities({
  this.experimental = false,
  this.tools = true,
  this.resources = true,
  this.prompts = true,
  this.logging = true,
});