ToolsAddedParameter

@Serializable
data class ToolsAddedParameter(val tools: List<WebMCP.Tool>)

Event fired when new tools are added.

Constructors

Link copied to clipboard
constructor(tools: List<WebMCP.Tool>)

Properties

Link copied to clipboard

Array of tools that were added.