Class WebMcpToolsAddedEventArgs
- Namespace
- PuppeteerSharp.Cdp
- Assembly
- PuppeteerSharp.dll
Event args for when WebMCP tools are added.
public class WebMcpToolsAddedEventArgs : EventArgs
- Inheritance
-
WebMcpToolsAddedEventArgs
Properties
Tools
Array of tools that were added.
public WebMcpTool[] Tools { get; init; }