Namespace OpenQA.Selenium.DevTools.V149.WebMCP
Classes
- Annotation
Tool annotations
- CancelInvocationCommandResponse
Response for Cancels a pending tool invocation.
- CancelInvocationCommandSettings
Cancels a pending tool invocation.
- DisableCommandResponse
Response for Disables the WebMCP domain.
- DisableCommandSettings
Disables the WebMCP domain.
- EnableCommandResponse
Response for Enables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for all currently registered tools.
- EnableCommandSettings
Enables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for all currently registered tools.
- InvokeToolCommandResponse
Response for Invokes a registered tool.
- InvokeToolCommandSettings
Invokes a registered tool.
- RemovedTool
Definition of a tool that was removed.
- Tool
Definition of a tool that can be invoked.
- ToolInvokedEventArgs
Event fired when a tool invocation starts.
- ToolRespondedEventArgs
Event fired when a tool invocation completes or fails.
- ToolsAddedEventArgs
Event fired when new tools are added.
- ToolsRemovedEventArgs
Event fired when tools are removed.
- WebMCPAdapter
Represents an adapter for the WebMCP domain to simplify the command interface.
Enums
- InvocationStatus
Represents the status of a tool invocation.