Class WebMCPDomainEvent
Provides static event descriptors for the IWebMCP.
public static class WebMCPDomainEvent
- Inheritance
-
WebMCPDomainEvent
- Inherited Members
Properties
ToolInvoked
Event fired when a tool invocation starts.
public static EventDescriptor<CdpEventArgs<ToolInvokedEventArgs>> ToolInvoked { get; }
Property Value
- EventDescriptor<CdpEventArgs<ToolInvokedEventArgs>>
ToolResponded
Event fired when a tool invocation completes or fails.
public static EventDescriptor<CdpEventArgs<ToolRespondedEventArgs>> ToolResponded { get; }
Property Value
- EventDescriptor<CdpEventArgs<ToolRespondedEventArgs>>
ToolsAdded
Event fired when new tools are added.
public static EventDescriptor<CdpEventArgs<ToolsAddedEventArgs>> ToolsAdded { get; }
Property Value
- EventDescriptor<CdpEventArgs<ToolsAddedEventArgs>>
ToolsRemoved
Event fired when tools are removed.
public static EventDescriptor<CdpEventArgs<ToolsRemovedEventArgs>> ToolsRemoved { get; }
Property Value
- EventDescriptor<CdpEventArgs<ToolsRemovedEventArgs>>