McpServerCapabilities constructor

const McpServerCapabilities({
  1. bool hasTools = false,
  2. bool hasResources = false,
  3. bool hasPrompts = false,
  4. bool hasLogging = false,
  5. bool hasCompletion = false,
})

Implementation

const McpServerCapabilities({
  this.hasTools = false,
  this.hasResources = false,
  this.hasPrompts = false,
  this.hasLogging = false,
  this.hasCompletion = false,
});