ServerCapabilities constructor
const
ServerCapabilities({})
Create a capabilities object with specified settings
Implementation
const ServerCapabilities({
this.tools = false,
this.toolsListChanged = false,
this.resources = false,
this.resourcesListChanged = false,
this.prompts = false,
this.promptsListChanged = false,
this.logging = false,
this.sampling = false,
});